Wrapper for the ARB_debug_output extension. More...
#include <oglplus/extension.hpp>#include <oglplus/config/compiler.hpp>#include <oglplus/string/ref.hpp>#include <oglplus/string/def.hpp>#include <oglplus/glfunc.hpp>#include <oglplus/ext/ARB_debug_output/severity.hpp>#include <oglplus/ext/ARB_debug_output/source.hpp>#include <oglplus/ext/ARB_debug_output/type.hpp>#include <cassert>#include <stack>#include <functional>#include <memory>#include <unordered_set>#include <iostream>#include <oglplus/ext/ARB_debug_output.ipp>Go to the source code of this file.
Classes | |
| class | oglplus::ARB_debug_output |
| Wrapper for the ARB_debug_output extension. More... | |
| struct | oglplus::ARB_debug_output::CallbackData |
| Structure containing data passed to Callback functor. More... | |
| class | oglplus::ARB_debug_output::LogSink |
| Installs a custom callback processing the debug output. More... | |
| class | oglplus::ARB_debug_output_Unique |
| Filter for ARB_debug_output removing duplicate messages. More... | |
| class | oglplus::ARB_debug_output_Tree |
| Filter for ARB_debug_output printing a simple tree to a standard output. More... | |
| class | oglplus::ARB_debug_output_ToXML |
| Filter for ARB_debug_output formatting the debug output into XML. More... | |
Namespaces | |
| oglplus | |
| All definitions of OGLplus are nested in the oglplus namespace. | |
Wrapper for the ARB_debug_output extension.
Copyright 2010-2014 Matus Chochlik. Distributed under the Boost Software License, Version 1.0. (See accompanying file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)