Skip to content

Commit

Permalink
Update opengl-es-support.md
Browse files Browse the repository at this point in the history
  • Loading branch information
crykn authored May 27, 2024
1 parent c174fb5 commit c3db704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wiki/graphics/opengl-es-support.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ On Desktop, libGDX is mapping all its graphics calls to OpenGL.

**GL ES 2.0** is roughly based on Open GL 2.0, however, there are some incompatibilities that weren't resolved until Open GL 4.1. To mimic GL ES 2.0, libGDX does not request any specific OpenGL version, so the driver will be more forgiving.

**GL ES 3.0** is the successor of OpenGL ES 2.0. On desktop, OpenGL 4.3 provides full compatibility with OpenGL ES 3.0. For mimicking GL ES 3.0 on desktop, one can specify the exact OpenGL version, that should be used. Please note that MacOS only supports the [OpenGL 3.2 core](https://www.khronos.org/opengl/wiki/OpenGL_Context#OpenGL_3.2_and_Profiles) profile.
**GL ES 3.0** is the successor of OpenGL ES 2.0. On desktop, OpenGL 4.3 provides full compatibility with OpenGL ES 3.0. For mimicking GL ES 3.0 on desktop, one can specify the exact OpenGL version, that should be used. Please note that macOS only has [core profiles](https://www.khronos.org/opengl/wiki/OpenGL_Context#OpenGL_3.2_and_Profiles) for OpenGL 3.2+ and the [maximum supported version is 4.1]( https://support.apple.com/en-gb/101525).

**GL ES 3.1 & 3.2** have done a lot of work to bring the API's functionality significantly closer to it's desktop counterpart. OpenGL 4.5 should be able to fully emulate GL ES 3.1.

Expand Down

0 comments on commit c3db704

Please sign in to comment.