VertexAttrib wrappers. More...
#include <oglplus/fwd.hpp>
#include <oglplus/glfunc.hpp>
#include <oglplus/data_type.hpp>
#include <oglplus/vertex_attrib_slot.hpp>
#include <oglplus/string/ref.hpp>
#include <oglplus/error/prog_var.hpp>
#include <oglplus/object/name.hpp>
#include <oglplus/object/sequence.hpp>
#include <oglplus/prog_var/location.hpp>
#include <oglplus/prog_var/varpara_fns.hpp>
#include <oglplus/prog_var/set_ops.hpp>
#include <oglplus/prog_var/wrapper.hpp>
#include <type_traits>
#include <oglplus/vertex_attrib.ipp>
Go to the source code of this file.
Classes | |
class | oglplus::ProgVarGetSetOps< OpsTag, tag::VertexAttrib, T > |
Encapsulates vertex attribute value set functionality. More... | |
Namespaces | |
oglplus | |
All definitions of OGLplus are nested in the oglplus namespace. | |
Functions | |
oglplus::OGLPLUS_DECLARE_PROG_VAR (VertexAttrib, tag::ImplicitSel, tag::VertexAttrib, tag::NoTypecheck) class VertexArrayAttrib | |
Encapsulates vertex array attribute functionality. More... | |
template<std::size_t N> | |
VertexArrayAttrib | oglplus::operator| (ProgramName program, const GLchar(&identifier)[N]) |
Syntax sugar for construction of a VertexArrayAttrib object. More... | |
VertexArrayAttrib | oglplus::operator| (ProgramName program, GLuint location) |
Syntax sugar for construction of a VertexArrayAttrib object. More... | |
VertexAttrib 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)