Skip to content

API Reference / @gtkx/gl / vertexAttrib4d

Function: vertexAttrib4d()

vertexAttrib4d(index, x, y, z, w): void

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

void glVertexAttrib4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

x

number

GLdouble

y

number

GLdouble

z

number

GLdouble

w

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.