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

Method Clear

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

Source from the content-addressed store, hash-verified

6096 inline IVRIPCResourceManagerClient *VR_CALLTYPE VRIPCResourceManager() { return OpenVRInternal_ModuleContext().VRIPCResourceManager(); }
6097
6098 inline void COpenVRContext::Clear()
6099 {
6100 m_pVRSystem = nullptr;
6101 m_pVRChaperone = nullptr;
6102 m_pVRChaperoneSetup = nullptr;
6103 m_pVRCompositor = nullptr;
6104 m_pVROverlay = nullptr;
6105 m_pVROverlayView = nullptr;
6106 m_pVRHeadsetView = nullptr;
6107 m_pVRRenderModels = nullptr;
6108 m_pVRExtendedDisplay = nullptr;
6109 m_pVRSettings = nullptr;
6110 m_pVRApplications = nullptr;
6111 m_pVRTrackedCamera = nullptr;
6112 m_pVRResources = nullptr;
6113 m_pVRScreenshots = nullptr;
6114 m_pVRDriverManager = nullptr;
6115 m_pVRInput = nullptr;
6116 m_pVRIOBuffer = nullptr;
6117 m_pVRSpatialAnchors = nullptr;
6118 m_pVRNotifications = nullptr;
6119 m_pVRDebug = nullptr;
6120 m_pVRIPCResourceManagerClient = nullptr;
6121 }
6122
6123 VR_INTERFACE uint32_t VR_CALLTYPE VR_InitInternal2( EVRInitError *peError, EVRApplicationType eApplicationType, const char *pStartupInfo );
6124 VR_INTERFACE void VR_CALLTYPE VR_ShutdownInternal();

Callers 1

VR_InitFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected