docs: mesa also implements gles 3.0+

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28496>
This commit is contained in:
Eric Engestrom 2024-04-01 10:57:48 +01:00 committed by Marge Bot
parent 28a1cdf7e0
commit 57ceedfc3e
1 changed files with 3 additions and 2 deletions

View File

@ -1,8 +1,9 @@
OpenGL ES
=========
Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0. More information about
OpenGL ES can be found at https://www.khronos.org/opengles/.
Mesa implements OpenGL ES 1.1, 2.0, 3.0, 3.1 and 3.2, although some drivers
may expose lower limited set. More information about OpenGL ES can be found at
https://www.khronos.org/opengles/.
OpenGL ES depends on a working EGL implementation. Please refer to
:doc:`Mesa EGL <egl>` for more information about EGL.