Updating SteamVR SDK From 2.12.1 to 2.12.14

Major notes include:
 * Add struct VREyeTrackingData_t, used with CreateEyeTrackingComponent, and UpdateEyeTrackingComponent for drivers to provide eye tracking input to SteamVR.
 * Synchronize props to upstream SteamVR.
 * Testing with GetSubmitTexture - Do not use - this feature will likely be removed.
 * NewSharedVulkanSemaphore signature is now different, allowing for a counting semaphore.

merged vr_steamvr_rel_to_sdk_release

[git-p4: depot-paths = "//vr/steamvr/sdk_release/": change = 9982682]
32 files changed
tree: c027d965a7cf68a3fb472219827dd02ddd14f590
  1. bin/
  2. codegen/
  3. controller_callouts/
  4. docs/
  5. headers/
  6. lib/
  7. samples/
  8. src/
  9. .gitattributes
  10. CMakeLists.txt
  11. LICENSE
  12. README.md
  13. Toolchain-clang.cmake
README.md

OpenVR SDK

OpenVR is an API and runtime that allows access to VR hardware from multiple vendors without requiring that applications have specific knowledge of the hardware they are targeting. This repository is an SDK that contains the API and samples. The runtime is under SteamVR in Tools on Steam.

Documentation

Application API

Documentation for the Application API is available on the GitHub Wiki.

Driver API

Current documentation for the Driver API can be found in docs/Driver_API_Documentation.md.

  • Old driver API documentation can still be found on the GitHub Wiki.

About

More information on OpenVR and SteamVR can be found on https://steamvr.com