Skip to content

Commit f774b15

Browse files
committed
Update note the renderer to use for XR projects
1 parent 81df404 commit f774b15

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tutorials/xr/setting_up_xr.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,8 @@ While in Godot 3 most things worked out of the box, Godot 4 needs a little more
3939
As Godot 4 is still in development, many post process effects have not yet been updated to support stereoscopic rendering. Using these will have adverse effects.
4040

4141
.. note::
42-
Godot also has the choice between a desktop and mobile Vulkan renderer. There are a number of optimisations added to the mobile renderer that benefit XR applications. You may wish to enable this even on desktop.
42+
Godot 4 has 3 renderer options, Compatibility, Mobile, and Forward+. In the future XR desktop projects should use Forward+, and projects for stand-alone headsets
43+
should use Mobile. However Compatibility is the recommended renderer for now due to it having the best XR performance.
4344

4445
OpenXR
4546
------

0 commit comments

Comments
 (0)