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

Method VRSettings

headers/openvr_driver.h:4409–4417  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4407 EVRInitError InitCompositor();
4408
4409 IVRSettings *VRSettings()
4410 {
4411 if ( m_pVRSettings == nullptr )
4412 {
4413 EVRInitError eError;
4414 m_pVRSettings = (IVRSettings *)VRDriverContext()->GetGenericInterface( IVRSettings_Version, &eError );
4415 }
4416 return m_pVRSettings;
4417 }
4418
4419 IVRProperties *VRPropertiesRaw()
4420 {

Callers 1

VR_CALLTYPE VRSettingsFunction · 0.45

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected