MCPcopy Create free account
hub / github.com/ValveSoftware/openvr / GetRuntimeVersion

Method GetRuntimeVersion

headers/openvr_api.cs:2571–2575  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2569 return result;
2570 }
2571 public string GetRuntimeVersion()
2572 {
2573 IntPtr result = FnTable.GetRuntimeVersion();
2574 return Marshal.PtrToStringAnsi(result);
2575 }
2576 public EVRInitError SetSDKVersion(uint nVersionMajor,uint nVersionMinor,uint nVersionBuild)
2577 {
2578 EVRInitError result = FnTable.SetSDKVersion(nVersionMajor,nVersionMinor,nVersionBuild);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected