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

Method VRIOBuffer

headers/openvr.h:5992–6000  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5990 }
5991
5992 IVRIOBuffer *VRIOBuffer()
5993 {
5994 if ( !m_pVRIOBuffer )
5995 {
5996 EVRInitError eError;
5997 m_pVRIOBuffer = ( IVRIOBuffer * )VR_GetGenericInterface( IVRIOBuffer_Version, &eError );
5998 }
5999 return m_pVRIOBuffer;
6000 }
6001
6002 IVRSpatialAnchors *VRSpatialAnchors()
6003 {

Callers 1

VR_CALLTYPE VRIOBufferFunction · 0.45

Calls 1

VR_GetGenericInterfaceFunction · 0.85

Tested by

no test coverage detected