godot/modules/openxr
Rémi Verschelde f8ab79e68a Zero initialize all pointer class and struct members
This prevents the pitfall of UB when checking if they have been
assigned something valid by comparing to nullptr.
2022-04-04 19:49:50 +02:00
..
action_map Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
doc_classes Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
editor Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
extensions Zero initialize all pointer class and struct members 2022-04-04 19:49:50 +02:00
config.py
openxr_api.cpp Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
openxr_api.h Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
openxr_interface.cpp Fix typos with codespell 2022-03-31 14:07:29 +02:00
openxr_interface.h Cleanup OpenXR on initialisation failure 2022-03-25 18:30:47 +11:00
openxr_util.cpp Adding signals and events to OpenXR interface 2022-03-10 17:14:56 +11:00
openxr_util.h Adding signals and events to OpenXR interface 2022-03-10 17:14:56 +11:00
register_types.cpp Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00
register_types.h
SCsub Add action map editor for OpenXR 2022-04-04 18:43:29 +10:00