OpenGL-Refpages icon indicating copy to clipboard operation
OpenGL-Refpages copied to clipboard

Fix gl4 documentation for glDrawElements

Open NogginBops opened this issue 11 months ago • 1 comments

Fixes the documentation for the indices parameter so that correctly documents OpenGL 4 behavior for the following functions:

  • glDrawElements
  • glDrawElementsInstanced
  • glDrawElementsBaseVertex
  • glDrawElementsInstancedBaseVertex
  • glDrawElementsInstancedBaseVertexBaseInstance
  • glDrawRangeElements
  • glDrawRangeElementsBaseVertex
  • glMultiDrawRangeElements
  • glMultiDrawRangeElementsBaseVertex

Does the same for the following ES3.2 functions:

  • glDrawElementsBaseVertex
  • glDrawElementsInstancedBaseVertex
  • glDrawRangeElementsBaseVertex

Fixes #82

Works when I build it locally image

NogginBops avatar Mar 16 '24 17:03 NogginBops

@oddhack is there any chance of these pull requests getting merged?

NogginBops avatar May 01 '24 22:05 NogginBops