Browse Source

Platform: display label limits in magnum-info.

pull/38/head
Vladimír Vondruš 13 years ago
parent
commit
92a161fbda
  1. 6
      src/Platform/magnum-info.cpp

6
src/Platform/magnum-info.cpp

@ -350,6 +350,12 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
_l(Sampler::maxAnisotropy())
}
if(c->isExtensionSupported<Extensions::GL::KHR::debug>()) {
_h(KHR::debug)
_l(AbstractObject::maxLabelLength())
}
#undef _l
#undef _h
}

Loading…
Cancel
Save