Skip to content

API Reference / @gtkx/gl / vertexAttribL1d

Function: vertexAttribL1d()

vertexAttribL1d(index, x): void

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

void glVertexAttribL1d(GLuint index, GLdouble x)

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 glVertexAttribL1dEXT.

Parameters

index

number

GLuint

x

number

GLdouble

Returns

void

Released under the MPL-2.0 License.