Wrapper for the GL debug output functionality. More...
#include <oglplus/glfunc.hpp>
#include <oglplus/string/ref.hpp>
#include <oglplus/object/wrapper.hpp>
#include <oglplus/enumerations.hpp>
#include <cassert>
#include <stack>
#include <functional>
#include <memory>
#include <oglplus/enums/debug_output_severity.ipp>
#include <oglplus/enums/debug_output_severity_range.ipp>
#include <oglplus/enums/debug_output_source.ipp>
#include <oglplus/enums/debug_output_source_range.ipp>
#include <oglplus/enums/debug_output_type.ipp>
#include <oglplus/enums/debug_output_type_range.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::Debug |
Wrapper for the GL debug output functionality. More... | |
struct | oglplus::Debug::CallbackData |
Structure containing data passed to Callback functor. More... | |
class | oglplus::Debug::LogSink |
Installs a custom callback processing the debug output. More... | |
class | oglplus::Debug::Group |
Pushes a group when constructed, pops in when destroyed. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Wrapper for the GL debug output functionality.
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)