From 8321a7ce08c90bfa22f0b9a9ad89480628e8cad8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 29 May 2015 23:35:26 +0200 Subject: [PATCH] Document the non-obvious behavior. --- src/Magnum/Context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Context.cpp b/src/Magnum/Context.cpp index 706bd2784..1d6c4f0ed 100644 --- a/src/Magnum/Context.cpp +++ b/src/Magnum/Context.cpp @@ -407,6 +407,7 @@ Context::Context(void functionLoader()) { if(version.find("WebGL 1") != std::string::npos) #else if(version.find("OpenGL ES 2.0") != std::string::npos || + /* It is possible to use Magnum compiled for ES2 on ES3 contexts */ version.find("OpenGL ES 3.") != std::string::npos) #endif {