Browse Source

Platform: display DebugMessage limits in magnum-info.

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

3
src/Platform/magnum-info.cpp

@ -32,6 +32,7 @@
#include "AbstractShaderProgram.h" #include "AbstractShaderProgram.h"
#include "Buffer.h" #include "Buffer.h"
#include "Context.h" #include "Context.h"
#include "DebugMessage.h"
#include "Extensions.h" #include "Extensions.h"
#include "Framebuffer.h" #include "Framebuffer.h"
#include "Mesh.h" #include "Mesh.h"
@ -354,6 +355,8 @@ MagnumInfo::MagnumInfo(const Arguments& arguments): Platform::WindowlessApplicat
_h(KHR::debug) _h(KHR::debug)
_l(AbstractObject::maxLabelLength()) _l(AbstractObject::maxLabelLength())
_l(DebugMessage::maxLoggedMessages())
_l(DebugMessage::maxMessageLength())
} }
#undef _l #undef _l

Loading…
Cancel
Save