Browse Source

Platform: display max lod bias in magnum-info.

pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
7afe12910a
  1. 3
      src/Magnum/Platform/magnum-info.cpp

3
src/Magnum/Platform/magnum-info.cpp

@ -249,6 +249,9 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
_l(AbstractTexture::maxDepthSamples())
_l(AbstractTexture::maxIntegerSamples())
#endif
#ifndef MAGNUM_TARGET_GLES2
_l(AbstractTexture::maxLodBias())
#endif
#ifndef MAGNUM_TARGET_GLES
if(c->isExtensionSupported<Extensions::GL::ARB::blend_func_extended>()) {

Loading…
Cancel
Save