X-Git-Url: https://git.hcoop.net/clinton/guile-figl.git/blobdiff_plain/250ca4b72ea7869387a62135610c52683fa14268..c7b3127165b9995561d5c7d7d6ca1184f089c797:/upstream-doc/man4/xhtml/glVertexAttribDivisor.xml diff --git a/upstream-doc/man4/xhtml/glVertexAttribDivisor.xml b/upstream-doc/man4/xhtml/glVertexAttribDivisor.xml index 80abc30..181e62c 100644 --- a/upstream-doc/man4/xhtml/glVertexAttribDivisor.xml +++ b/upstream-doc/man4/xhtml/glVertexAttribDivisor.xml @@ -12,12 +12,12 @@ once per divisor instances of the set(s) of vertices being rendered. An attribute is referred to as instanced if its GL_VERTEX_ATTRIB_ARRAY_DIVISOR value is non-zero.

- index must be less than the value of GL_MAX_VERTEX_ATTRIBUTES. + index must be less than the value of GL_MAX_VERTEX_ATTRIBS.

Notes

glVertexAttribDivisor is available only if the GL version is 3.3 or higher.

Errors

GL_INVALID_VALUE is generated if index is greater - than or equal to the value of GL_MAX_VERTEX_ATTRIBUTES. + than or equal to the value of GL_MAX_VERTEX_ATTRIBS.

See Also

glVertexAttribPointer, glEnableVertexAttribArray,