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

Function VR_CALLTYPE VROverlayView

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

Source from the content-addressed store, hash-verified

6079 inline IVRCompositor *VR_CALLTYPE VRCompositor() { return OpenVRInternal_ModuleContext().VRCompositor(); }
6080 inline IVROverlay *VR_CALLTYPE VROverlay() { return OpenVRInternal_ModuleContext().VROverlay(); }
6081 inline IVROverlayView *VR_CALLTYPE VROverlayView() { return OpenVRInternal_ModuleContext().VROverlayView(); }
6082 inline IVRHeadsetView *VR_CALLTYPE VRHeadsetView() { return OpenVRInternal_ModuleContext().VRHeadsetView(); }
6083 inline IVRScreenshots *VR_CALLTYPE VRScreenshots() { return OpenVRInternal_ModuleContext().VRScreenshots(); }
6084 inline IVRRenderModels *VR_CALLTYPE VRRenderModels() { return OpenVRInternal_ModuleContext().VRRenderModels(); }

Callers

nothing calls this directly

Calls 1

VROverlayViewMethod · 0.45

Tested by

no test coverage detected