API Reference / @gtkx/gl / vertexAttribL2dv
Function: vertexAttribL2dv()
vertexAttribL2dv(
index,v):void
Defined in: generated/commands.d.ts:7543
void glVertexAttribL2dv(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 glVertexAttribL2dvEXT.
Parameters
index
number
GLuint
v
number[] | Float64Array<ArrayBufferLike>
GLdouble[] | Float64Array, length 2
Returns
void