Visualization LibraryA lightweight C++ OpenGL middleware for 2D/3D graphics |
[Home] [Tutorials] [All Classes] [Grouped Classes] |
#include "vl/Primitives.hpp"#include "vl/Array.hpp"#include <algorithm>Classes | |
| class | vl::DrawElements< index_type, Tgltype, arr_type > |
| Wrapper for the OpenGL function glDrawElements(), see also http://www.opengl.org/sdk/docs/man/xhtml/glDrawElements.xml for more information. More... | |
| class | vl::DrawElements< index_type, Tgltype, arr_type >::Triangle< T > |
Namespaces | |
| namespace | vl |
| Visualization Library namespace. | |
Typedefs | |
| typedef DrawElements< GLuint, GL_UNSIGNED_INT, ArrayUInt > | vl::DrawElementsUInt |
A DrawElements using indices of type GLuint. | |
| typedef DrawElements< GLushort, GL_UNSIGNED_SHORT, ArrayUShort > | vl::DrawElementsUShort |
A DrawElements using indices of type GLushort. | |
| typedef DrawElements< GLubyte, GL_UNSIGNED_BYTE, ArrayUByte > | vl::DrawElementsUByte |
A DrawElements using indices of type GLubyte. | |