Skip to content

API Reference / @gtkx/gl / vertexAttribL1dv

Function: vertexAttribL1dv()

vertexAttribL1dv(index, v): void

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

void glVertexAttribL1dv(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 glVertexAttribL1dvEXT.

Parameters

index

number

GLuint

v

number[] | Float64Array<ArrayBufferLike>

GLdouble[] | Float64Array, length 1

Returns

void

Released under the MPL-2.0 License.