API Reference / @gtkx/gl / vertexAttribL2d
Function: vertexAttribL2d()
vertexAttribL2d(
index,x,y):void
Defined in: generated/commands.d.ts:7531
void glVertexAttribL2d(GLuint index, GLdouble x, GLdouble y)
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 glVertexAttribL2dEXT.
Parameters
index
number
GLuint
x
number
GLdouble
y
number
GLdouble
Returns
void