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

Method AddCommandBufferContext

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

Source from the content-addressed store, hash-verified

78}
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); }

Callers 1

Calls 1

AddMethod · 0.45

Tested by

no test coverage detected