In my cross platform OpenGL application I want to draw using vertex buffer objects. However I run into problems invoking glDrawRangeElements.
glDrawRangeEle
Like this:
reinterpret_cast (start * sizeof(unsigned int));