summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorJaswant Panchumarti <jaswant.panchumarti@kitware.com>2023-03-09 13:07:15 -0500
committerJaswant Panchumarti <jaswant.panchumarti@kitware.com>2023-03-10 13:24:27 -0500
commitbeb0a56c865f8290e9d0431fdd08f9b8f83481dd (patch)
tree739d641279986613144ba32ee87e245be9424a75 /Help
parentb6ffbffaf26006a361c1330d0edce9a6314f58bb (diff)
downloadcmake-beb0a56c865f8290e9d0431fdd08f9b8f83481dd.tar.gz
FindOpenGL: support finding GLES2 and GLES3
This also makes the EGL component not GLVND-specific, so documentation and tests are updated accordingly.
Diffstat (limited to 'Help')
-rw-r--r--Help/release/dev/FindOpenGL-gles.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/Help/release/dev/FindOpenGL-gles.rst b/Help/release/dev/FindOpenGL-gles.rst
new file mode 100644
index 0000000000..fcbc5167a1
--- /dev/null
+++ b/Help/release/dev/FindOpenGL-gles.rst
@@ -0,0 +1,5 @@
+FindOpenGL-gles
+---------------
+
+* The :module:`FindOpenGL` module gained support for components
+ ``GLES2`` and ``GLES3``.