GL_APICALL void GL_APIENTRY glDisableVertexAttribArray(
GLuint index
);
| Name | Description | |
|---|---|---|
| in | index | Attribute number to disable |
Disables a vertex attribute array.
You can set index to a value that is greater than or equal to 0 and at least one less than the value that can be obtained by glGetIntegerv with GL_MAX_VERTEX_ATTRIBS specified.
This function generates the following errors.
| GL_INVALID_VALUE | index was set to an invalid value. |
|---|
CONFIDENTIAL