Skip to content

Commit

Permalink
Fix wording of OpenGL ES support on desktop in Internal rendering arc…
Browse files Browse the repository at this point in the history
…hitecture (#9945)
  • Loading branch information
danila-zol authored Nov 26, 2024
1 parent 14b0433 commit 4fc9e5e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,8 @@ support Vulkan. OpenGL 3.3 Core Profile is used on desktop platforms to run this
driver, as most graphics drivers on desktop don't support OpenGL ES.
WebGL 2.0 is used for web exports.

It is possible to use the use of OpenGL ES 3.0 directly on desktop platforms
using the ``--rendering-driver opengl3_es`` command line argument, although this
It is possible to use OpenGL ES 3.0 directly on desktop platforms
by passing the ``--rendering-driver opengl3_es`` command line argument, although this
will only work on graphics drivers that feature native OpenGL ES support (such
as Mesa).

Expand Down

0 comments on commit 4fc9e5e

Please sign in to comment.