OpenVR SDK 1.6.10
IVRSystem:
- Added GetAppContainerFilePaths – Call this function to get a semicolon-delimited list of file paths that any app container that intends to act as a SteamVR application will need access to.
- Added GetRuntimeVersion – This returns the version of the SteamVR runtime as a string.
IVROverlay:
- VROverlayFlags_ProtectedContent – This flag prevents the overlay in question from being readable by any OpenVR SDK, and prevents it from showing up in the overlay viewer.
CVRPropertyHelpers:
- Added getters and setters for 2, 3, and 4 element vectors
Driver Interface:
- Added IVRServerDriverHost::GetFrameTimings, which allows drivers to retrieve frame timing data
- Added tracked device class to IVRWatchdogHost::WatchdogWakeUp – This allows more precise logging of how the user caused SteamVR to wake up from hardware activity.
[git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 5271985]