Wrapper for the KHR_debug extension. More...
#include <oglplus/extension.hpp>
#include <oglplus/config/compiler.hpp>
#include <oglplus/string/def.hpp>
#include <oglplus/string/ref.hpp>
#include <oglplus/glfunc.hpp>
#include <oglplus/ext/KHR_debug/severity.hpp>
#include <oglplus/ext/KHR_debug/source.hpp>
#include <oglplus/ext/KHR_debug/type.hpp>
#include <cassert>
#include <cstddef>
#include <stack>
#include <functional>
#include <memory>
#include <unordered_set>
#include <iostream>
#include <oglplus/ext/KHR_debug.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::KHR_debug |
Wrapper for the KHR_debug extension. More... | |
struct | oglplus::KHR_debug::CallbackData |
Structure containing data passed to Callback functor. More... | |
class | oglplus::KHR_debug::LogSink |
Installs a custom callback processing the debug output. More... | |
class | oglplus::KHR_debug_Unique |
Filter for KHR_debug removing duplicate messages. More... | |
class | oglplus::KHR_debug_Tree |
Filter for KHR_debug printing a simple tree to a standard output. More... | |
class | oglplus::KHR_debug_ToXML |
Filter for KHR_debug formatting the debug output into XML. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Wrapper for the KHR_debug 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)