API Reference / @gtkx/gl / vertexAttribL4d
Function: vertexAttribL4d()
vertexAttribL4d(
index,x,y,z,w):void
Defined in: generated/commands.d.ts:6865
void glVertexAttribL4d(GLuint index, GLdouble x, GLdouble y, GLdouble z, GLdouble w)
Provided by GL_VERSION_4_1.
Parameters
index
number
GLuint
x
number
GLdouble
y
number
GLdouble
z
number
GLdouble
w
number
GLdouble
Returns
void
See
https://registry.khronos.org/OpenGL-Refpages/gl4/html/glVertexAttribL4d.xhtml