API Reference / @gtkx/gl / vertexAttribL3d
Function: vertexAttribL3d()
vertexAttribL3d(
index,x,y,z):void
Defined in: generated/commands.d.ts:7557
void glVertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z)
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 glVertexAttribL3dEXT.
Parameters
index
number
GLuint
x
number
GLdouble
y
number
GLdouble
z
number
GLdouble
Returns
void