godot/modules/openxr
Yuri Sizov cd31407cb3 Clean up some Editor, OpenXR, VideoStream code
- EditorNode has excessive and pointless checks for Input singleton.
- EditorNode initialization order is a bit awkward.
- OpenXR binds a method that doesn't need that (for call deferred).
- VideoStream has a formatting error.
2023-10-20 17:54:39 +02:00
..
action_map Add support for the OpenXR Eye gaze interaction extension 2023-10-02 14:02:23 -07:00
doc_classes Fix various typos with codespell 2023-10-06 12:52:22 +02:00
editor Clean up some Editor, OpenXR, VideoStream code 2023-10-20 17:54:39 +02:00
extensions Fix various typos with codespell 2023-10-06 12:52:22 +02:00
scene OpenXR Fix small hand tracking issues 2023-10-04 13:18:31 +11:00
config.py Ensure OpenXR classes are declared properly 2023-08-28 09:37:04 +02:00
openxr_api.cpp Fixing incorrect swapchain release timing 2023-10-05 01:34:51 -06:00
openxr_api.h Fixing incorrect swapchain release timing 2023-10-05 01:34:51 -06:00
openxr_api_extension.cpp Add GDExtension support for OpenXR extension wrappers 2023-07-26 10:27:14 +02:00
openxr_api_extension.h Add GDExtension support for OpenXR extension wrappers 2023-07-26 10:27:14 +02:00
openxr_interface.cpp OpenXR - add access to hand joint validity flags 2023-10-05 13:37:26 +11:00
openxr_interface.h OpenXR - add access to hand joint validity flags 2023-10-05 13:37:26 +11:00
openxr_platform_inc.h Implement OpenXR Foveated rendering support 2023-09-25 17:12:20 +10:00
openxr_util.cpp Allow unbundling OpenXR (for Linux distros) 2023-06-16 16:25:04 +02:00
openxr_util.h Allow unbundling OpenXR (for Linux distros) 2023-06-16 16:25:04 +02:00
register_types.cpp OpenXR Fix small hand tracking issues 2023-10-04 13:18:31 +11:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub openxr: Sync with upstream 1.0.30 2023-10-17 15:46:01 +02:00
util.h Replace ERR_FAIL_COND with ERR_FAIL_NULL where applicable 2023-10-08 17:23:33 +02:00