Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/NVRHI
/ queueGetCompletedInstance
Method
queueGetCompletedInstance
src/vulkan/vulkan-queue.cpp:424–427 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
422
}
423
424
uint64_t Device::queueGetCompletedInstance(CommandQueue queue)
425
{
426
return m_Context.device.getSemaphoreCounterValue(getQueueSemaphore(queue));
427
}
428
429
bool Queue::pollCommandList(uint64_t commandListID)
430
{
Callers
1
suballocateBuffer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected