Skip to content

API Reference / @gtkx/gl / vertexAttrib3f

Function: vertexAttrib3f()

vertexAttrib3f(index, x, y, z): void

Defined in: generated/commands.d.ts:6295

void glVertexAttrib3f(GLuint index, GLfloat x, GLfloat y, GLfloat z)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

x

number

GLfloat

y

number

GLfloat

z

number

GLfloat

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glVertexAttrib3f.xhtml

Released under the MPL-2.0 License.