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

Function VR_CALLTYPE VRResources

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

Source from the content-addressed store, hash-verified

6085 inline IVRApplications *VR_CALLTYPE VRApplications() { return OpenVRInternal_ModuleContext().VRApplications(); }
6086 inline IVRSettings *VR_CALLTYPE VRSettings() { return OpenVRInternal_ModuleContext().VRSettings(); }
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(); }

Callers

nothing calls this directly

Calls 1

VRResourcesMethod · 0.45

Tested by

no test coverage detected