mirror of https://github.com/mosra/magnum.git
Browse Source
Some extensions are not part of any core OpenGL version (such as EXT_direct_state_access, EXT_texture_filter_anisotropic etc.), thus they have None for core version. Current mechanism in Context::isExtensionSupported() is that it checks for core version first and if that is supported, it doesn't check for the extension itself. Until now Context::isVersionSupported(None) returned always true, which meant that all non-core extensions were marked as supported _everywhere_.pull/7/head
1 changed files with 1 additions and 1 deletions
Loading…
Reference in new issue