From 7afe12910a0ee8805d7505847e7ddbb24672df86 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Thu, 10 Apr 2014 17:52:36 +0200 Subject: [PATCH] Platform: display max lod bias in magnum-info. --- src/Magnum/Platform/magnum-info.cpp | 3 +++ 1 file changed, 3 insertions(+) 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()) {