From ec528aca6ff5a4a2dd14d09169e81c484d750802 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sat, 16 May 2015 19:42:01 +0200 Subject: [PATCH] There are no new extensions in ES 3.1. --- src/Magnum/Context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Magnum/Context.cpp b/src/Magnum/Context.cpp index f714ab912..bde8f2f04 100644 --- a/src/Magnum/Context.cpp +++ b/src/Magnum/Context.cpp @@ -315,12 +315,12 @@ const std::vector& Extension::extensions(Version version) { #else case Version::GLES200: return empty; case Version::GLES300: - case Version::GLES310: #ifdef MAGNUM_TARGET_GLES2 return extensionsES300; #else return empty; #endif + case Version::GLES310: return empty; #endif }