MCPcopy 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

22namespace vkb
23{
24FencePool::FencePool(vkb::core::DeviceC &device) :
25 device{device}
26{
27}
28
29FencePool::~FencePool()
30{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected