Skip to content

API Reference / @gtkx/gl / vertexAttribL3d

Function: vertexAttribL3d()

vertexAttribL3d(index, x, y, z): void

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

void glVertexAttribL3d(GLuint index, GLdouble x, GLdouble y, GLdouble z)

Provided by GL_VERSION_4_1.

Parameters

index

number

GLuint

x

number

GLdouble

y

number

GLdouble

z

number

GLdouble

Returns

void

See

https://registry.khronos.org/OpenGL-Refpages/gl4/html/glVertexAttribL3d.xhtml

Released under the MPL-2.0 License.