summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_api_extension.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add GDExtension support for OpenXR extension wrappersGabor Koncz2023-07-261-0/+130
This commit adds the classes OpenXRExtensionWrapperExtension and OpenXRAPIExtension that can be used in GDExtensions to define OpenXR extension wrappers. It modifies extension wrapper registration so that they can be registered before OpenXRAPI instantiation (e.g. in core level initialization of GDExtensions). Developed by Migeran (https://migeran.com)