8 #ifndef VERTEX_ARRAY_OBJECT_HPP 9 #define VERTEX_ARRAY_OBJECT_HPP 11 #include <SimpleGL_gl/SimpleGL_gl_Export.h> 85 void enableAttribute(
unsigned int index);
92 void disableAttribute(
unsigned int index);
104 void pointAttribute(
unsigned int index,
int size,
ValueType type,
bool normalized,
int stride,
long offset);
This class wraps an OpenGL vertex array object.
Generic namespace for the SimpleGL framework.
Equivalent to GL_UNSIGNED_SHORT.
ValueType
This enum wraps the vertex array object's value types.
Equivalent to GL_UNSIGNED_BYTE.
Equivalent to GL_UNSIGNED_INT.