(string pchInterfaceVersion, ref EVRInitError peError)
| 8095 | } |
| 8096 | |
| 8097 | public static IntPtr GetGenericInterface(string pchInterfaceVersion, ref EVRInitError peError) |
| 8098 | { |
| 8099 | return OpenVRInterop.GetGenericInterface(pchInterfaceVersion, ref peError); |
| 8100 | } |
| 8101 | |
| 8102 | public static bool IsInterfaceVersionValid(string pchInterfaceVersion) |
| 8103 | { |
no outgoing calls
no test coverage detected