Framebuffer object wrappers. More...
#include <oglplus/glfunc.hpp>#include <oglplus/error/framebuffer.hpp>#include <oglplus/framebuffer_target.hpp>#include <oglplus/framebuffer_attachment.hpp>#include <oglplus/framebuffer_status.hpp>#include <oglplus/texture_target.hpp>#include <oglplus/one_of.hpp>#include <oglplus/object/wrapper.hpp>#include <cassert>#include <oglplus/framebuffer.ipp>Go to the source code of this file.
Classes | |
| class | oglplus::ObjGenDelOps< tag::Framebuffer > |
| Class wrapping framebuffer construction/destruction functions. More... | |
| class | oglplus::ObjBindingOps< tag::Framebuffer > |
| Framebuffer binding operations. More... | |
| class | oglplus::ObjCommonOps< tag::Framebuffer > |
| Common framebuffer operations. More... | |
| class | oglplus::ObjectOps< tag::ExplicitSel, tag::Framebuffer > |
| Class wrapping framebuffer functions with explicit target selector. More... | |
| struct | oglplus::ObjectOps< tag::ExplicitSel, tag::Framebuffer >::Property |
| Types related to Framebuffer. More... | |
| struct | oglplus::FramebufferComplete |
| Helper class used with syntax-sugar operators. More... | |
Namespaces | |
| oglplus | |
| All definitions of OGLplus are nested in the oglplus namespace. | |
Typedefs | |
|
typedef ObjectOps < tag::ExplicitSel, tag::Framebuffer > | oglplus::FramebufferOps |
| Framebuffer operations with explicit selector. | |
|
typedef ObjectZero< ObjZeroOps < tag::ExplicitSel, tag::Framebuffer > > | oglplus::DefaultFramebuffer |
| An oglplus_object encapsulating the default framebuffer functionality. | |
| typedef Object< FramebufferOps > | oglplus::Framebuffer |
| An oglplus_object encapsulating the framebuffer object functionality. | |
Framebuffer object wrappers.
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)