Browse Source

modules: clarify the need for FindOpenGLES3.

I thought this module could get removed to use FindOpenGLES2 even for
ES3, but apparently not.
pull/539/head
Vladimír Vondruš 4 years ago
parent
commit
6fd971da77
  1. 1
      modules/FindOpenGLES3.cmake

1
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

Loading…
Cancel
Save