This commit is contained in:
Ryan Houdek
2013-01-07 13:47:34 -06:00
parent 5240e75be2
commit d0301ca89d
13 changed files with 242 additions and 627 deletions

View File

@ -64,6 +64,9 @@ VertexManager::VertexManager()
// max_Index_size = MAXIBUFFERSIZE;
//
//GL_REPORT_ERRORD();
glEnableClientState(GL_VERTEX_ARRAY);
GL_REPORT_ERRORD();
}
void VertexManager::CreateDeviceObjects()