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

Function CommandQueueToString

src/common/utils.cpp:257–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 }
256
257 const char* CommandQueueToString(CommandQueue queue)
258 {
259 switch(queue)
260 {
261 case CommandQueue::Graphics: return "Graphics";
262 case CommandQueue::Compute: return "Compute";
263 case CommandQueue::Copy: return "Copy";
264 case CommandQueue::Count:
265 default:
266 return "<INVALID>";
267 }
268 }
269
270 std::string GenerateHeapDebugName(const HeapDesc& desc)
271 {

Callers 1

executeCommandListsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected