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

Method InitInternal

headers/openvr_api.cs:4846–4847  ·  view source on GitHub ↗
(ref EVRInitError peError, EVRApplicationType eApplicationType)

Source from the content-addressed store, hash-verified

4844public 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)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected