Remove references to removed GLES2 backend

- Update FAQ to remove issues resolved in 4.0, and add more advice
  on resolving VRR flicker issues.
This commit is contained in:
Hugo Locurcio
2023-03-10 17:14:26 +01:00
parent ffd5e00472
commit 9286f1b466
14 changed files with 83 additions and 120 deletions

View File

@@ -152,8 +152,3 @@ The ``Switch`` node returns a vector if the boolean condition is ``true`` or
boolean, all components of the vector should be above zero.
.. image:: img/vs_switch.png
.. note::
The ``Switch`` node is only available on the GLES3 backed. If you are
targeting GLES2 devices, you cannot use ``switch`` statements.