From b251b1b0c5a4cf1ca707f56427eb6b397fc2db25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 7 Sep 2014 22:20:21 +0200 Subject: [PATCH] Mark also all GL 4.5 extensions as supported if GL 4.5 is supported. Oh god, it got to the point where I should write an HOWTO *for myself*. --- src/Magnum/Context.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Magnum/Context.cpp b/src/Magnum/Context.cpp index 81d8d783e..0add782d0 100644 --- a/src/Magnum/Context.cpp +++ b/src/Magnum/Context.cpp @@ -408,6 +408,7 @@ Context::Context(void functionLoader()) { Version::GL420, Version::GL430, Version::GL440, + Version::GL450, #else Version::GLES200, Version::GLES300,