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

Method InitInternal2

headers/openvr_api.cs:8052–8055  ·  view source on GitHub ↗
(ref EVRInitError peError, EVRApplicationType eApplicationType, string pchStartupInfo)

Source from the content-addressed store, hash-verified

8050 }
8051
8052 public static uint InitInternal2(ref EVRInitError peError, EVRApplicationType eApplicationType, string pchStartupInfo)
8053 {
8054 return OpenVRInterop.InitInternal2(ref peError, eApplicationType, pchStartupInfo);
8055 }
8056
8057 public static void ShutdownInternal()
8058 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected