Skip to content

API Reference / @gtkx/gl / vertexAttrib1d

Function: vertexAttrib1d()

vertexAttrib1d(index, x): void

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

void glVertexAttrib1d(GLuint index, GLdouble x)

Provided by GL_VERSION_2_0. Also known as glVertexAttrib1dARB, glVertexAttrib1dNV. Vector form: vertexAttrib1dv.

Parameters

index

number

GLuint

x

number

GLdouble

Returns

void

Released under the MPL-2.0 License.