(string pchInterfaceVersion)
| 8100 | } |
| 8101 | |
| 8102 | public static bool IsInterfaceVersionValid(string pchInterfaceVersion) |
| 8103 | { |
| 8104 | return OpenVRInterop.IsInterfaceVersionValid(pchInterfaceVersion); |
| 8105 | } |
| 8106 | |
| 8107 | public static uint GetInitToken() |
| 8108 | { |
nothing calls this directly
no outgoing calls
no test coverage detected