Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/KhronosGroup/Vulkan-Samples
/ FencePool
Method
FencePool
framework/fence_pool.cpp:24–27 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
22
namespace vkb
23
{
24
FencePool::FencePool(vkb::core::DeviceC &device) :
25
device{device}
26
{
27
}
28
29
FencePool::~FencePool()
30
{
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected