summaryrefslogtreecommitdiffstats
path: root/modules/openxr/extensions/openxr_composition_layer_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-1/+1
|\
| * Core: Integrate `Ref::instantiate` where possibleThaddeus Crews2024-11-101-1/+1
* | Merge commit godotengine/godot@87318a2fb7fffeb72adca934e31915be077c3d1fSpartan3222024-11-061-1/+1
|\|
| * Style: Apply `clang-tidy` fixes (superficial)Thaddeus Crews2024-11-041-1/+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-2/+9
* OpenXR: Support composition layers based on Android surfacesDavid Snopek2024-09-111-48/+209
* Add support for the debug utils extension in OpenXRBastiaan Olij2024-08-271-1/+1
* Fix sample count on OpenXR composition layersDavid Snopek2024-05-141-1/+1
* OpenXR: Fix composition layers not having correct play spaceDavid Snopek2024-05-071-0/+3
* Fix various typos with codespellRémi Verschelde2024-05-071-2/+2
* OpenXR: Change timing of xrWaitFrame and add thread safety features to OpenXRBastiaan Olij2024-05-011-2/+2
* OpenXR: Improve swapchain logic and fix swapchain update when render target m...Bastiaan Olij2024-04-091-15/+19
* Allow OpenXR extensions to add properties to the OpenXRCompositionLayer nodeDavid Snopek2024-04-051-2/+24
* Add support for OpenXR composition layersDavid Snopek2024-04-041-0/+296