(ref EVRInitError peError, EVRApplicationType eApplicationType)
| 4844 | public class OpenVRInterop |
| 4845 | { |
| 4846 | [DllImportAttribute("openvr_api", EntryPoint = "VR_InitInternal", CallingConvention = CallingConvention.Cdecl)] |
| 4847 | internal static extern uint InitInternal(ref EVRInitError peError, EVRApplicationType eApplicationType); |
| 4848 | [DllImportAttribute("openvr_api", EntryPoint = "VR_InitInternal2", CallingConvention = CallingConvention.Cdecl)] |
| 4849 | internal static extern uint InitInternal2(ref EVRInitError peError, EVRApplicationType eApplicationType,[In, MarshalAs(UnmanagedType.LPStr)] string pStartupInfo); |
| 4850 | [DllImportAttribute("openvr_api", EntryPoint = "VR_ShutdownInternal", CallingConvention = CallingConvention.Cdecl)] |
nothing calls this directly
no outgoing calls
no test coverage detected