From 92a161fbda18ce5450b81b6bb82ae53414972dc9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Fri, 20 Dec 2013 22:44:45 +0100 Subject: [PATCH] Platform: display label limits in magnum-info. --- src/Platform/magnum-info.cpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Platform/magnum-info.cpp b/src/Platform/magnum-info.cpp index 182a4e28c..8ddd22c72 100644 --- a/src/Platform/magnum-info.cpp +++ b/src/Platform/magnum-info.cpp @@ -350,6 +350,12 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat _l(Sampler::maxAnisotropy()) } + if(c->isExtensionSupported()) { + _h(KHR::debug) + + _l(AbstractObject::maxLabelLength()) + } + #undef _l #undef _h }