Skip to content

API Reference / @gtkx/gl / vertexAttribL4dv

Function: vertexAttribL4dv()

vertexAttribL4dv(index, v): void

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

void glVertexAttribL4dv(GLuint index, const GLdouble *v)

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 glVertexAttribL4dvEXT.

Parameters

index

number

GLuint

v

number[] | Float64Array<ArrayBufferLike>

GLdouble[] | Float64Array, length 4

Returns

void

Released under the MPL-2.0 License.