godot-module-template/modules/openxr
lawnjelly f8f350a32a Add GLOBAL_GET cached macros.
GLOBAL_GET is an expensive operation which should not be used each frame / tick.
This PR adds macros which do a cheaper revision check, and only call the expensive GLOBAL_GET when project settings have changed.

Co-authored-by: Lukas Tenbrink <lukas.tenbrink@gmail.com>
2025-04-30 15:08:50 +01:00
..
action_map
doc_classes
editor
extensions Add GLOBAL_GET cached macros. 2025-04-30 15:08:50 +01:00
scene
config.py
openxr_api.cpp
openxr_api.h
openxr_api_extension.compat.inc
openxr_api_extension.cpp
openxr_api_extension.h
openxr_interface.cpp
openxr_interface.h
openxr_platform_inc.h
openxr_util.cpp
openxr_util.h
register_types.cpp
register_types.h
SCsub
util.h