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

Method VRApplications

headers/openvr.h:5948–5957  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5946 }
5947
5948 IVRApplications *VRApplications()
5949 {
5950 CheckClear();
5951 if ( m_pVRApplications == nullptr )
5952 {
5953 EVRInitError eError;
5954 m_pVRApplications = ( IVRApplications * )VR_GetGenericInterface( IVRApplications_Version, &eError );
5955 }
5956 return m_pVRApplications;
5957 }
5958
5959 IVRTrackedCamera *VRTrackedCamera()
5960 {

Callers 1

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected