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