Open NogginBops opened 8 months ago
Fixes the documentation for the indices parameter so that correctly documents OpenGL 4 behavior for the following functions:
indices
glDrawElements
glDrawElementsInstanced
glDrawElementsBaseVertex
glDrawElementsInstancedBaseVertex
glDrawElementsInstancedBaseVertexBaseInstance
glDrawRangeElements
glDrawRangeElementsBaseVertex
glMultiDrawRangeElements
glMultiDrawRangeElementsBaseVertex
Does the same for the following ES3.2 functions:
Fixes #82
Works when I build it locally
@oddhack is there any chance of these pull requests getting merged?
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