()
| 4850 | [DllImportAttribute("openvr_api", EntryPoint = "VR_ShutdownInternal", CallingConvention = CallingConvention.Cdecl)] |
| 4851 | internal static extern void ShutdownInternal(); |
| 4852 | [DllImportAttribute("openvr_api", EntryPoint = "VR_IsHmdPresent", CallingConvention = CallingConvention.Cdecl)] |
| 4853 | internal static extern bool IsHmdPresent(); |
| 4854 | [DllImportAttribute("openvr_api", EntryPoint = "VR_IsRuntimeInstalled", CallingConvention = CallingConvention.Cdecl)] |
| 4855 | internal static extern bool IsRuntimeInstalled(); |
| 4856 | [DllImportAttribute("openvr_api", EntryPoint = "VR_RuntimePath", CallingConvention = CallingConvention.Cdecl)] |
nothing calls this directly
no outgoing calls
no test coverage detected