void setVertexAttrib3f(GLuint index, GLfloat v0, GLfloat v1, GLfloat v2) |
Name | Type | Default | Description |
index | GLuint |
The index of the vertex attribute |
|
v0 | GLfloat |
The first value to set the attribute to |
|
v1 | GLfloat |
The second value to set the attribute to |
|
v2 | GLfloat |
The third value to set the attribute to |