(EVRInitError error)
| 8090 | } |
| 8091 | |
| 8092 | public static string GetStringForHmdError(EVRInitError error) |
| 8093 | { |
| 8094 | return Marshal.PtrToStringAnsi(OpenVRInterop.GetStringForHmdError(error)); |
| 8095 | } |
| 8096 | |
| 8097 | public static IntPtr GetGenericInterface(string pchInterfaceVersion, ref EVRInitError peError) |
| 8098 | { |
nothing calls this directly
no outgoing calls
no test coverage detected