[Bf-blender-cvs] [c822556e278] soc-2019-openxr: Update oculus.json file for the Oculus runtime on Windows

Julian Eisel noreply at git.blender.org
Mon Mar 2 17:13:53 CET 2020


Commit: c822556e2788085c50a8f7ee8b63e611e7861629
Author: Julian Eisel
Date:   Mon Mar 2 15:11:30 2020 +0100
Branches: soc-2019-openxr
https://developer.blender.org/rBc822556e2788085c50a8f7ee8b63e611e7861629

Update oculus.json file for the Oculus runtime on Windows

===================================================================

M	release/windows/batch/oculus.json

===================================================================

diff --git a/release/windows/batch/oculus.json b/release/windows/batch/oculus.json
index 6df75041ca0..ba8767f2c58 100644
--- a/release/windows/batch/oculus.json
+++ b/release/windows/batch/oculus.json
@@ -1,7 +1,9 @@
 {
-   "file_format_version": "1.0.0",
-   "runtime": {
-      "library_path": "c:\\Program Files\\Oculus\\Support\\oculus-runtime\\LibOVRRT64_1.dll"
-   },
-   "api_layer": { }
+    "file_format_version": "1.0.0",
+    "runtime":
+    {
+        "api_version": "1.0",
+        "name": "Oculus OpenXR",
+        "library_path": "c:\\Program Files\\Oculus\\Support\\oculus-runtime\\LibOVRRT64_1.dll"
+    }
 }



More information about the Bf-blender-cvs mailing list