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

Method InitInternal

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

Source from the content-addressed store, hash-verified

8045{
8046
8047 public static uint InitInternal(ref EVRInitError peError, EVRApplicationType eApplicationType)
8048 {
8049 return OpenVRInterop.InitInternal(ref peError, eApplicationType);
8050 }
8051
8052 public static uint InitInternal2(ref EVRInitError peError, EVRApplicationType eApplicationType, string pchStartupInfo)
8053 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected