diff --git a/src/Magnum/Platform/magnum-info.cpp b/src/Magnum/Platform/magnum-info.cpp index 0728e5ab5..8c050ab05 100644 --- a/src/Magnum/Platform/magnum-info.cpp +++ b/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()) {