Skip to content

API Reference / @gtkx/gl / vertexAttrib1d

Function: vertexAttrib1d()

vertexAttrib1d(index, x): void

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

void glVertexAttrib1d(GLuint index, GLdouble x)

Provided by GL_VERSION_2_0.

Parameters

index

number

GLuint

x

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.