Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
103
void QueueState::PushCommandBuffer(VkCommandBuffer commandBuffer) {
104
commandBuffers.push_back(commandBuffer);
105
}
106
107
QueueState::~QueueState() {
108
// Destroy the command buffers
Callers
1
FreeSegmentNoQueueLock
Method · 0.80
Calls
1
push_back
Method · 0.45
Tested by
no test coverage detected