Advertisement
Guest User

Untitled

a guest
Sep 10th, 2019
1,721
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.58 KB | None | 0 0
  1. Rift Public Test Channel has our preview release which is fairly complete, we don't yet ship the .json manifest but you can create one and either point the XR_RUNTIME_JSON environment variable at it or set the HKLM\SOFTWARE\Khronos\OpenXR\1\ActiveRuntime reg key. The .json should look like (for x64):
  2. {
  3. "file_format_version": "1.0.0",
  4. "runtime":
  5. {
  6. "api_version": "1.0",
  7. "name": "Oculus OpenXR",
  8. "library_path": "c:\\Program Files\\Oculus\\Support\\oculus-runtime\\LibOVRRT64_1.dll"
  9. }
  10. }
  11. substitute LibOVRRT32_1.dll for the /reg:32 version.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement