#include <RenderGlModule.h>
Public Member Functions | |
| VBOID () | |
Public Attributes | |
| GLuint | verticesID |
| GLuint | indicesID |
| GLuint | normalsID |
| GLuint | texCoordsID |
Definition at line 55 of file RenderGlModule.h.
| VRUT::RenderGlModule::VBOID::VBOID | ( | ) | [inline] |
Definition at line 61 of file RenderGlModule.h.
00061 : verticesID(GL_ID_NONE), indicesID(GL_ID_NONE), normalsID(GL_ID_NONE), texCoordsID(GL_ID_NONE) {}
Definition at line 57 of file RenderGlModule.h.
Definition at line 58 of file RenderGlModule.h.
Definition at line 59 of file RenderGlModule.h.
Definition at line 60 of file RenderGlModule.h.
1.5.5