diff --git a/gl3/glDrawElements.xhtml b/gl3/glDrawElements.xhtml index 8750aeb3..3a0d08cc 100644 --- a/gl3/glDrawElements.xhtml +++ b/gl3/glDrawElements.xhtml @@ -20,7 +20,8 @@ GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, or GL_UNSIGNED_INT.

indices

- Specifies a pointer to the location where the indices are stored. + Specifies an offset of the first index in the array in the data store of the buffer currently bound to + the GL_ELEMENT_ARRAY_BUFFER target.

Description

glDrawElements specifies multiple geometric primitives with very few subroutine calls. Instead of calling a GL function diff --git a/gl4/glDrawElements.xhtml b/gl4/glDrawElements.xhtml index 16ca112e..be6fc1f2 100644 --- a/gl4/glDrawElements.xhtml +++ b/gl4/glDrawElements.xhtml @@ -94,7 +94,8 @@

- Specifies a pointer to the location where the indices are stored. + Specifies an offset of the first index in the array in the data store of the buffer currently bound to + the GL_ELEMENT_ARRAY_BUFFER target.