| 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 | { |
no test coverage detected