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

Method Reset

layers/state_tracker/cmd_buffer_state.cpp:147–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145}
146
147void CommandPool::Reset(const Location& loc) {
148 for (auto& entry : commandBuffers) {
149 auto guard = entry.second->WriteLock();
150 entry.second->Reset(loc);
151 }
152}
153
154void CommandPool::Destroy() {
155 for (auto& entry : commandBuffers) {

Calls 1

WriteLockMethod · 0.45

Tested by

no test coverage detected