Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use GLuint rather than size_t to represent OpenGL indices.
size_t size in byte is dependent on the machine architecture. In contrast, the OpenGL indices must be 32bits. Specifically size_t does not work on any 64bits machine.
- Loading branch information