godot/modules/openxr
Rémi Verschelde 0f9925c0f9
Merge pull request #95542 from KoBeWi/go_bind_yourself
Remove empty `bind_methods()`
2024-08-16 14:35:51 +02:00
..
action_map Couple of small fixes on the action map: now saves when CTRL-S is pressed/project is run, no longer looses content if OpenXR is not enabled, and a small documentation fix. 2024-07-11 20:06:46 +10:00
doc_classes Fix several typos in the documentation 2024-08-02 08:42:20 +08:00
editor Remove empty bind_methods() 2024-08-15 08:24:32 +02:00
extensions OpenGL: Unconditionally do glDisable(GL_FRAMEBUFFER_SRGB) because we do our own sRGB conversion 2024-08-12 12:40:38 -05:00
scene Apply reference frame transform to OpenXRCompositionLayer nodes 2024-05-29 07:52:54 -05:00
config.py
openxr_api_extension.cpp
openxr_api_extension.h
openxr_api.cpp OpenXR: Fix enabling passthrough via environment blend mode in project settings 2024-07-19 19:04:51 -05:00
openxr_api.h Remove our ERR_ON_RENDER_THREAD guard, it is not reliable 2024-07-09 18:48:00 +10:00
openxr_interface.cpp Always render when XR is enabled, even if no OS windows can draw 2024-07-17 08:19:21 -05:00
openxr_interface.h
openxr_platform_inc.h
openxr_util.cpp
openxr_util.h
register_types.cpp
register_types.h
SCsub
util.h