summaryrefslogtreecommitdiffstats
path: root/modules/openxr/extensions/openxr_extension_wrapper_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-2/+11
|\
| * Merge pull request #98831 from dsnopek/openxr-gdextension-pre-post-draw-viewportThaddeus Crews2024-11-051-0/+10
| |\
| | * OpenXR: Allow GDExtensions to implement `_on_pre_draw_viewport()` and `_on_po...David Snopek2024-11-051-0/+10
| * | Style: Apply `clang-tidy` fixesThaddeus Crews2024-11-041-2/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
|/
* OpenXR: Allow extending Android surface swapchain creation from GDExtensionDavid Snopek2024-09-201-1/+12
* OpenXR: Fix updating swapchain for foveationBastiaan Olij2024-05-201-0/+5
* [XR] Fix binds for composition layer virtualsA Thousand Ships2024-04-081-2/+2
* Allow OpenXR extensions to add properties to the OpenXRCompositionLayer nodeDavid Snopek2024-04-051-0/+34
* OpenXR: Allow GDExtensions to provide multiple, ordered composition layersDavid Snopek2024-03-131-3/+17
* [XR] Fix building on MinGWA Thousand Ships2024-02-231-0/+3
* enable getting suggested tracker names from OpenXR extensionsLogan Lang2024-02-131-0/+11
* OpenXR: Allow moving vendor passthrough extensions to GDExtensionDavid Snopek2024-02-031-0/+11
* OpenXR: Make it possible to implement vendor extensions to hand tracking from...David Snopek2024-01-251-0/+11
* Fix casts of XR handles in OpenXRExtensionWrapperExtensionGabor Koncz2023-08-151-2/+2
* Add GDExtension support for OpenXR extension wrappersGabor Koncz2023-07-261-0/+207