Browse Source

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*.
pull/69/head
Vladimír Vondruš 12 years ago
parent
commit
b251b1b0c5
  1. 1
      src/Magnum/Context.cpp

1
src/Magnum/Context.cpp

@ -408,6 +408,7 @@ Context::Context(void functionLoader()) {
Version::GL420, Version::GL420,
Version::GL430, Version::GL430,
Version::GL440, Version::GL440,
Version::GL450,
#else #else
Version::GLES200, Version::GLES200,
Version::GLES300, Version::GLES300,

Loading…
Cancel
Save