KhronosGroup / OpenGL-API

OpenGL and OpenGL ES API Issue Tracker
34 stars 5 forks source link

DrawElementsInstanced, OpenGL 4.6 core, October 22, 2019 pdf #69

Closed george-tsiros closed 2 years ago

george-tsiros commented 4 years ago

pg 371:

It is equivalent to DrawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, 0, 0);

should read:

It is equivalent to DrawElementsInstancedBaseInstance(mode, count, type, indices, instancecount, 0);

oddhack commented 4 years ago

Thanks! We'll fix this in the next spec update (which probably won't be in the near future, though).

george-tsiros commented 2 years ago

Since we're here, it would be SO DAMN NICE if you made a non-trivial example for each of the draw call functions that demonstrated its usefulness.

oddhack commented 2 years ago

The original issue should be fixed in the spec update of May 5, 2022.