Skip to content

API Reference / @gtkx/gl / vertexAttribL1d

Function: vertexAttribL1d()

vertexAttribL1d(index, x): void

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

void glVertexAttribL1d(GLuint index, GLdouble x)

Provided by GL_VERSION_4_1.

Parameters

index

number

GLuint

x

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.