VertexArray wrappers. More...
#include <oglplus/glfunc.hpp>
#include <oglplus/object/wrapper.hpp>
#include <oglplus/error/object.hpp>
#include <cassert>
Go to the source code of this file.
Classes | |
class | oglplus::ObjGenDelOps< tag::VertexArray > |
Class wrapping vertex array construction/destruction functions. More... | |
class | oglplus::ObjBindingOps< tag::VertexArray > |
Vertex array binding operations. More... | |
class | oglplus::ObjCommonOps< tag::VertexArray > |
Common vertex array operations. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Typedefs | |
typedef ObjectOps < tag::ImplicitSel, tag::VertexArray > | oglplus::VertexArrayOps |
VertexArray operations with implicit selector. | |
typedef ObjectZero< ObjZeroOps < tag::ImplicitSel, tag::VertexArray > > | oglplus::NoVertexArray |
An oglplus_object encapsulating vertex array zero functionality. | |
typedef Object< VertexArrayOps > | oglplus::VertexArray |
An oglplus_object encapsulating vertex array object functionality. | |
VertexArray 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)