GodotVR / godot_openxr_vendors

Godot 4 wrapper for OpenXR vendors loaders and extensions
MIT License
82 stars 17 forks source link

Switch to `get_predicted_display_time()` and update `extension_api.json` and godot-cpp #141

Closed dsnopek closed 2 months ago

dsnopek commented 2 months ago

Fixes https://github.com/GodotVR/godot_openxr_vendors/issues/140

This required updating godot-cpp as well, because the latest extension_api.json has PackedVector4Array which won't compile without the latest godot-cpp.

After PR https://github.com/GodotVR/godot_openxr_vendors/pull/121 is merged, I'll add the updates for that one as well. Or, if this PR is merged first, I'll update the other for get_predicted_display_time().

dsnopek commented 2 months ago

Now that PR https://github.com/GodotVR/godot_openxr_vendors/pull/121 is merged, I've rebased and updated the code added by that PR as well.