MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / VRCompositorDriverHost

Method VRCompositorDriverHost

headers/openvr_driver.h:4463–4471  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4461 }
4462
4463 IVRCompositorDriverHost *VRCompositorDriverHost()
4464 {
4465 if ( m_pVRCompositorDriverHost == nullptr )
4466 {
4467 EVRInitError eError;
4468 m_pVRCompositorDriverHost = ( IVRCompositorDriverHost * )VRDriverContext()->GetGenericInterface( IVRCompositorDriverHost_Version, &eError );
4469 }
4470 return m_pVRCompositorDriverHost;
4471 }
4472
4473 IVRDriverLog *VRDriverLog()
4474 {

Callers 1

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected