summaryrefslogtreecommitdiffstats
path: root/modules/openxr/openxr_api_extension.h
Commit message (Collapse)AuthorAgeFilesLines
* Add support for the debug utils extension in OpenXRBastiaan Olij2024-08-271-0/+4
|
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-0/+1
|
* expose OpenXR hand tracker handlesLogan Lang2024-02-191-0/+2
|
* OpenXR: Allow moving vendor passthrough extensions to GDExtensionDavid Snopek2024-02-031-0/+16
|
* Add GDExtension support for OpenXR extension wrappersGabor Koncz2023-07-261-0/+76
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)