Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add support for the debug utils extension in OpenXR | Bastiaan Olij | 2024-08-27 | 1 | -0/+4 |
| | |||||
* | OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXR | Bastiaan Olij | 2024-05-01 | 1 | -0/+1 |
| | |||||
* | expose OpenXR hand tracker handles | Logan Lang | 2024-02-19 | 1 | -0/+2 |
| | |||||
* | OpenXR: Allow moving vendor passthrough extensions to GDExtension | David Snopek | 2024-02-03 | 1 | -0/+16 |
| | |||||
* | Add GDExtension support for OpenXR extension wrappers | Gabor Koncz | 2023-07-26 | 1 | -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) |