Declaration of OpenGL's state wrapper. More...
#include <oglplus/context/errors.hpp>
#include <oglplus/context/capabilities.hpp>
#include <oglplus/context/viewport.hpp>
#include <oglplus/context/buffer_selection.hpp>
#include <oglplus/context/buffer_masking.hpp>
#include <oglplus/context/buffer_clearing.hpp>
#include <oglplus/context/rasterization.hpp>
#include <oglplus/context/drawing.hpp>
#include <oglplus/context/computing.hpp>
#include <oglplus/context/depth_test.hpp>
#include <oglplus/context/stencil_test.hpp>
#include <oglplus/context/blending.hpp>
#include <oglplus/context/logical_ops.hpp>
#include <oglplus/context/scissor_test.hpp>
#include <oglplus/context/pixel_ops.hpp>
#include <oglplus/context/synchronization.hpp>
#include <oglplus/context/hints.hpp>
#include <oglplus/context/limit_queries.hpp>
#include <oglplus/context/numeric_queries.hpp>
#include <oglplus/context/string_queries.hpp>
#include <oglplus/context/object_binding.hpp>
#include <oglplus/context/object_dsa.hpp>
#include <oglplus/face_mode.hpp>
#include <oglplus/compare_function.hpp>
Go to the source code of this file.
Classes | |
class | oglplus::Context |
Wrapper for the current OpenGL context operations. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
oglplus::context | |
Namespace containing definitions of GL context-related operation wrappers. | |
Declaration of OpenGL's state wrapper.
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)