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

Method getGraphicsAPI

src/validation/validation-device.cpp:662–665  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

660 }
661
662 GraphicsAPI DeviceWrapper::getGraphicsAPI()
663 {
664 return m_Device->getGraphicsAPI();
665 }
666
667 FramebufferHandle DeviceWrapper::createFramebuffer(const FramebufferDesc& desc)
668 {

Calls

no outgoing calls

Tested by

no test coverage detected