Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign updraw_elements can't draw a element buffer object #13
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
draw_elementswrapsglDrawElements like so:However when drawing with an element (index) buffer object, you want to call
glDrawElementsmore like:Where
Nis the number of elements in the buffer that's already been submitted.draw_elementsgives no way to do this that I can see.