(ref EVRInitError peError, EVRApplicationType eApplicationType, string pchStartupInfo)
| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected