|
MeVisLab Toolbox Reference
|
Helper struct for getting access to the OpenGL element array data. More...
#include <GLVertexArrayAccess.h>
Public Member Functions | |
| GLElementArrayAccess (GLvoid *indices) | |
| ~GLElementArrayAccess () | |
Public Attributes | |
| GLint | binding |
| GLvoid * | indicesPointer |
Helper struct for getting access to the OpenGL element array data.
Definition at line 56 of file GLVertexArrayAccess.h.
| GLElementArrayAccess::GLElementArrayAccess | ( | GLvoid * | indices | ) |
| GLElementArrayAccess::~GLElementArrayAccess | ( | ) |
| GLint GLElementArrayAccess::binding |
Definition at line 61 of file GLVertexArrayAccess.h.
| GLvoid* GLElementArrayAccess::indicesPointer |
Definition at line 62 of file GLVertexArrayAccess.h.