Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NVIDIA-RTX/NVRHI
/ getGraphicsAPI
Method
getGraphicsAPI
src/vulkan/vulkan-device.cpp:309–312 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
307
default:
308
return nullptr;
309
}
310
}
311
312
GraphicsAPI Device::getGraphicsAPI()
313
{
314
return GraphicsAPI::VULKAN;
315
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected