16 May 2009
OK. ATI's OpenGL drivers suck, like the legend says.
Why does
for(int i=0; i«nstrips; ++i)
glDrawElements(GL_TRIANGLE_STRIP, (GLsizei)count[i], GL_UNSIGNED_SHORT, (const void*)indices[i]);
work, and
glMultiDrawElements(GL_TRIANGLE_STRIP, (const GLsizei*)count, GL_UNSIGNED_SHORT, (const void**)indices, nstrips);
doesn't?
Labels: opengl
xernobyl @ 02:59
1 Comments:
I just ran into a similar problem with glMultiDrawElements. ATI's OpenGL engineers are obviously incompetent.
Post a Comment
<< Home