Browse Source

Merge pull request #8827 from skyace65/XR_Renderer_Note

Update note the renderer to use for XR projects
Max Hilbrunner 1 year ago
parent
commit
fd40721ee5
1 changed files with 2 additions and 1 deletions
  1. 2 1
      tutorials/xr/setting_up_xr.rst

+ 2 - 1
tutorials/xr/setting_up_xr.rst

@@ -39,7 +39,8 @@ While in Godot 3 most things worked out of the box, Godot 4 needs a little more
     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.
 
 .. note::
-    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.
+    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
+    should use Mobile. However Compatibility is the recommended renderer for now due to it having the best XR performance.
 
 OpenXR
 ------