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

Method VRIOBuffer

headers/openvr_driver.h:4518–4526  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4516 }
4517
4518 IVRIOBuffer *VRIOBuffer()
4519 {
4520 if ( !m_pVRIOBuffer )
4521 {
4522 EVRInitError eError;
4523 m_pVRIOBuffer = (IVRIOBuffer *)VRDriverContext()->GetGenericInterface( IVRIOBuffer_Version, &eError );
4524 }
4525 return m_pVRIOBuffer;
4526 }
4527
4528 IVRDriverSpatialAnchors *VRDriverSpatialAnchors()
4529 {

Callers 1

VR_CALLTYPE VRIOBufferFunction · 0.45

Calls 1

GetGenericInterfaceMethod · 0.45

Tested by

no test coverage detected