MCPcopy Create free account
hub / github.com/NVIDIA-RTX/NVRHI / getQueueLastFinishedID

Function getQueueLastFinishedID

src/vulkan/vulkan-buffer.cpp:263–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

261 }
262
263 static uint64_t getQueueLastFinishedID(Device* device, CommandQueue queueIndex)
264 {
265 Queue* queue = device->getQueue(queueIndex);
266 if (queue)
267 return queue->getLastFinishedID();
268 return 0;
269 }
270
271 void CommandList::writeVolatileBuffer(Buffer* buffer, const void* data, size_t dataSize)
272 {

Callers 1

writeVolatileBufferMethod · 0.85

Calls 2

getLastFinishedIDMethod · 0.80
getQueueMethod · 0.45

Tested by

no test coverage detected