Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/NVRHI
/ FormatToString
Function
FormatToString
src/common/utils.cpp:252–255 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
250
}
251
252
const char* FormatToString(Format format)
253
{
254
return getFormatInfo(format).name;
255
}
256
257
const char* CommandQueueToString(CommandQueue queue)
258
{
Callers
1
buildBottomLevelAccelStruct
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected