| 7964 | public HmdMatrix34_t mAnchorToAbsoluteTracking; |
| 7965 | } |
| 7966 | [StructLayout(LayoutKind.Sequential)] public struct COpenVRContext |
| 7967 | { |
| 7968 | public IntPtr m_pVRSystem; // class vr::IVRSystem * |
| 7969 | public IntPtr m_pVRChaperone; // class vr::IVRChaperone * |
| 7970 | public IntPtr m_pVRChaperoneSetup; // class vr::IVRChaperoneSetup * |
| 7971 | public IntPtr m_pVRCompositor; // class vr::IVRCompositor * |
| 7972 | public IntPtr m_pVRHeadsetView; // class vr::IVRHeadsetView * |
| 7973 | public IntPtr m_pVROverlay; // class vr::IVROverlay * |
| 7974 | public IntPtr m_pVROverlayView; // class vr::IVROverlayView * |
| 7975 | public IntPtr m_pVRResources; // class vr::IVRResources * |
| 7976 | public IntPtr m_pVRRenderModels; // class vr::IVRRenderModels * |
| 7977 | public IntPtr m_pVRExtendedDisplay; // class vr::IVRExtendedDisplay * |
| 7978 | public IntPtr m_pVRSettings; // class vr::IVRSettings * |
| 7979 | public IntPtr m_pVRApplications; // class vr::IVRApplications * |
| 7980 | public IntPtr m_pVRTrackedCamera; // class vr::IVRTrackedCamera * |
| 7981 | public IntPtr m_pVRScreenshots; // class vr::IVRScreenshots * |
| 7982 | public IntPtr m_pVRDriverManager; // class vr::IVRDriverManager * |
| 7983 | public IntPtr m_pVRInput; // class vr::IVRInput * |
| 7984 | public IntPtr m_pVRIOBuffer; // class vr::IVRIOBuffer * |
| 7985 | public IntPtr m_pVRSpatialAnchors; // class vr::IVRSpatialAnchors * |
| 7986 | public IntPtr m_pVRDebug; // class vr::IVRDebug * |
| 7987 | public IntPtr m_pVRNotifications; // class vr::IVRNotifications * |
| 7988 | public IntPtr m_pVRIPCResourceManagerClient; // class vr::IVRIPCResourceManagerClient * |
| 7989 | } |
| 7990 | [StructLayout(LayoutKind.Sequential)] public struct PropertyWrite_t |
| 7991 | { |
| 7992 | public ETrackedDeviceProperty prop; |
nothing calls this directly
no outgoing calls
no test coverage detected