godot/modules/openxr
Rémi Verschelde 11518665b7
Codestyle: Don't use auto where not warranted
We allow using auto for lambdas or complex macros where a return type
may change based on the parameters. But where the type is clear, we
should be explicit.

Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
2023-09-07 16:15:18 +02:00
..
action_map Change to new PICO interaction profiles 2023-08-30 10:25:35 +10:00
doc_classes Change to new PICO interaction profiles 2023-08-30 10:25:35 +10:00
editor Add EditorStringNames singleton 2023-09-03 19:58:18 +02:00
extensions Codestyle: Don't use auto where not warranted 2023-09-07 16:15:18 +02:00
scene Codestyle: Don't use auto where not warranted 2023-09-07 16:15:18 +02:00
config.py Ensure OpenXR classes are declared properly 2023-08-28 09:37:04 +02: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_api.cpp Codestyle: Don't use auto where not warranted 2023-09-07 16:15:18 +02:00
openxr_api.h Properly load multiple action sets in XR 2023-08-09 21:40:16 -04:00
openxr_interface.cpp Properly load multiple action sets in XR 2023-08-09 21:40:16 -04:00
openxr_interface.h Style: Harmonize header includes in modules 2023-06-15 14:35:45 +02: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 Ensure OpenXR classes are declared properly 2023-08-28 09:37:04 +02:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
SCsub SCons: Disable C++ exception handling 2023-08-16 10:23:34 +02:00
util.h Add GDExtension support for OpenXR extension wrappers 2023-07-26 10:27:14 +02:00