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

Method resetTimerQuery

src/validation/validation-device.cpp:657–660  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

655 }
656
657 void DeviceWrapper::resetTimerQuery(ITimerQuery* query)
658 {
659 return m_Device->resetTimerQuery(query);
660 }
661
662 GraphicsAPI DeviceWrapper::getGraphicsAPI()
663 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected