MCPcopy Create free account
hub / github.com/KhronosGroup/Vulkan-ValidationLayers / RemoveCommandBufferContext

Method RemoveCommandBufferContext

layers/sync/sync_stats.cpp:81–81  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

79
80void Stats::AddCommandBufferContext() { command_buffer_contexts.Add(1); }
81void Stats::RemoveCommandBufferContext() { command_buffer_contexts.Sub(1); }
82
83void Stats::AddQueueBatchContext() { queue_batch_contexts.Add(1); }
84void Stats::RemoveQueueBatchContext() { queue_batch_contexts.Sub(1); }

Callers 1

Calls 1

SubMethod · 0.80

Tested by

no test coverage detected