Skip to content

API Reference / @gtkx/gl / vertexAttribL4d

Function: vertexAttribL4d()

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

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

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

Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_vertex_attrib_64bit Also provided by the GL_ARB_vertex_attrib_64bit extension. Also known as glVertexAttribL4dEXT.

Parameters

index

number

GLuint

x

number

GLdouble

y

number

GLdouble

z

number

GLdouble

w

number

GLdouble

Returns

void

Released under the MPL-2.0 License.