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

Method Clear

headers/openvr_driver.h:4588–4602  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4586 inline IVRIPCResourceManagerClient *VR_CALLTYPE VRIPCResourceManager() { return OpenVRInternal_ModuleServerDriverContext().VRIPCResourceManager(); }
4587
4588 inline void COpenVRDriverContext::Clear()
4589 {
4590 m_pVRSettings = nullptr;
4591 m_pVRProperties = nullptr;
4592 m_pVRServerDriverHost = nullptr;
4593 m_pVRWatchdogHost = nullptr;
4594 m_pVRCompositorDriverHost = nullptr;
4595 m_pVRDriverLog = nullptr;
4596 m_pVRDriverManager = nullptr;
4597 m_pVRResources = nullptr;
4598 m_pVRDriverInput = nullptr;
4599 m_pVRIOBuffer = nullptr;
4600 m_pVRDriverSpatialAnchors = nullptr;
4601 m_pVRIPCResourceManager = nullptr;
4602 }
4603
4604 inline EVRInitError COpenVRDriverContext::InitServer()
4605 {

Callers 1

CleanupDriverContextFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected