MCPcopy Create free account
hub / github.com/GPUOpen-Tools/GPU-Reshape / PushCommandBuffer

Method PushCommandBuffer

Source/Backends/Vulkan/Layer/Source/Queue.cpp:103–105  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

101}
102
103void QueueState::PushCommandBuffer(VkCommandBuffer commandBuffer) {
104 commandBuffers.push_back(commandBuffer);
105}
106
107QueueState::~QueueState() {
108 // Destroy the command buffers

Callers 1

Calls 1

push_backMethod · 0.45

Tested by

no test coverage detected