summaryrefslogtreecommitdiffstats
path: root/servers/xr/xr_interface_extension.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix copyright headers referring to GodotSpartan3222024-10-271-2/+2
* Rebrand preambles to RedotDubhghlas McLaughlin2024-10-111-0/+2
* Add a get_system_info method to XRInterfaceBastiaan Olij2023-03-151-0/+7
* Use enum instead of int in virtual methods return typeRaul Santos2023-01-311-4/+4
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Remove redefinition of `notification` method in `XRInterfaceExtension`Raul Santos2022-11-141-6/+0
* Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-6/+6
* Simplify GDVIRTUAL_CALL callskobewi2022-10-191-110/+42
* Merge pull request #66898 from aaronfranke/proj-mat-columnsRémi Verschelde2022-10-051-1/+1
|\
| * Rename Projection `matrix` to `columns`Aaron Franke2022-10-041-1/+1
* | Adding getters to RenderTarget and implementing override functionality for XRBastiaan Olij2022-10-051-0/+36
|/
* Extracting render buffers and changing it to a more generic solutionBastiaan Olij2022-09-011-4/+0
* Implement Vector4, Vector4i, Projectionreduz2022-07-231-4/+4
* Adding Variable Rate Shading support to GodotBastiaan Olij2022-07-171-0/+10
* Split dependency logicBastiaan Olij2022-06-281-2/+0
* Merge canvas and decal into TextureStorage and add render targetBastiaan Olij2022-04-171-3/+4
* Improve XRInterface hooks into renderingBastiaan Olij2022-01-261-7/+29
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Fix double _get_tracking_status declarationBastiaan Olij2021-10-201-2/+0
* Add support for returning the play area from XRInterfaceBastiaan Olij2021-10-191-0/+45
* Rework XR positional trackersBastiaan Olij2021-10-171-2/+27
* Fix access to render target texture for XR interfacesBastiaan Olij2021-09-281-6/+11
* Change to using doubles in XR classesBastiaan Olij2021-09-211-2/+2
* Expose Vulkan internal values for access from extensionsBastiaan Olij2021-09-091-3/+23
* Merge pull request #52205 from BastiaanOlij/blit_source_rectBastiaan Olij2021-09-071-3/+4
|\
| * Add source rectangle to blitBastiaan Olij2021-08-291-3/+4
* | Add missing parameter names to _commit_views GDVIRTUAL_BINDBastiaan Olij2021-09-051-1/+1
|/
* Adding GDExtension support to XRInterfaceBastiaan Olij2021-08-261-0/+241