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

Method VRSpatialAnchors

headers/openvr.h:6002–6011  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6000 }
6001
6002 IVRSpatialAnchors *VRSpatialAnchors()
6003 {
6004 CheckClear();
6005 if ( !m_pVRSpatialAnchors )
6006 {
6007 EVRInitError eError;
6008 m_pVRSpatialAnchors = (IVRSpatialAnchors *)VR_GetGenericInterface( IVRSpatialAnchors_Version, &eError );
6009 }
6010 return m_pVRSpatialAnchors;
6011 }
6012
6013 IVRDebug *VRDebug()
6014 {

Callers 1

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected