MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / VR_CALLTYPE VRTrackedCamera

Function VR_CALLTYPE VRTrackedCamera

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

Source from the content-addressed store, hash-verified

6087 inline IVRResources *VR_CALLTYPE VRResources() { return OpenVRInternal_ModuleContext().VRResources(); }
6088 inline IVRExtendedDisplay *VR_CALLTYPE VRExtendedDisplay() { return OpenVRInternal_ModuleContext().VRExtendedDisplay(); }
6089 inline IVRTrackedCamera *VR_CALLTYPE VRTrackedCamera() { return OpenVRInternal_ModuleContext().VRTrackedCamera(); }
6090 inline IVRDriverManager *VR_CALLTYPE VRDriverManager() { return OpenVRInternal_ModuleContext().VRDriverManager(); }
6091 inline IVRInput *VR_CALLTYPE VRInput() { return OpenVRInternal_ModuleContext().VRInput(); }
6092 inline IVRIOBuffer *VR_CALLTYPE VRIOBuffer() { return OpenVRInternal_ModuleContext().VRIOBuffer(); }

Callers

nothing calls this directly

Calls 1

VRTrackedCameraMethod · 0.45

Tested by

no test coverage detected