summaryrefslogtreecommitdiff
path: root/modules/openxr/editor
AgeCommit message (Collapse)Author
2022-04-11catch null profile_def causing crash on startupJosh Kabo
2022-04-04Zero initialize all pointer class and struct membersRĂ©mi Verschelde
This prevents the pitfall of UB when checking if they have been assigned something valid by comparing to nullptr.
2022-04-04Add action map editor for OpenXRBastiaan Olij