OGLplus (0.52.0) a C++ wrapper for OpenGL

vertex_attrib_slot.hpp
Go to the documentation of this file.
1 
12 #pragma once
13 #ifndef OGLPLUS_VERTEX_ATTRIB_SLOT_1405030825_HPP
14 #define OGLPLUS_VERTEX_ATTRIB_SLOT_1405030825_HPP
15 
17 
18 namespace oglplus {
19 
20 #if OGLPLUS_DOCUMENTATION_ONLY
21 
28  : public LimitedCount
29 {
30 public:
31  VertexAttribSlot(GLuint count);
32 };
33 #else
34 OGLPLUS_DECLARE_LIMITED_COUNT_TYPE(
36  MAX_VERTEX_ATTRIBS
37 )
38 #endif
39 
40 } // namespace oglplus
41 
42 #endif // include guard
Base class for limited implementation-dependent numeric values.
Definition: limited_value.hpp:23
Generic OpenGL implementation-dependend limited value wrapper.
Type for the vertex attribute slot (implementation-dependent limited) number.
Definition: vertex_attrib_slot.hpp:27

Copyright © 2010-2014 Matúš Chochlík, University of Žilina, Žilina, Slovakia.
<matus.chochlik -at- fri.uniza.sk>
<chochlik -at -gmail.com>
Documentation generated on Mon Sep 22 2014 by Doxygen (version 1.8.6).