Skip to content

API Reference / @gtkx/gl / vertexAttribL3dv

Function: vertexAttribL3dv()

vertexAttribL3dv(index, v): void

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

void glVertexAttribL3dv(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 glVertexAttribL3dvEXT.

Parameters

index

number

GLuint

v

number[] | Float64Array<ArrayBufferLike>

GLdouble[] | Float64Array, length 3

Returns

void

Released under the MPL-2.0 License.