From 6fd971da7758cd9c0bb0a9909e185f9d5abd6a24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 12 Feb 2022 10:38:08 +0100 Subject: [PATCH] modules: clarify the need for FindOpenGLES3. I thought this module could get removed to use FindOpenGLES2 even for ES3, but apparently not. --- modules/FindOpenGLES3.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/FindOpenGLES3.cmake b/modules/FindOpenGLES3.cmake index 65cf2e181..d41b670d1 100644 --- a/modules/FindOpenGLES3.cmake +++ b/modules/FindOpenGLES3.cmake @@ -47,6 +47,7 @@ if(CORRADE_TARGET_EMSCRIPTEN) set(OPENGLES3_LIBRARY GL CACHE STRING "Path to a library." FORCE) else() find_library(OPENGLES3_LIBRARY NAMES + # Used by Android GLESv3 # On some platforms (e.g. desktop emulation with Mesa or NVidia) ES3