Skip to content

API Reference / @gtkx/gl / uniform1d

Function: uniform1d()

uniform1d(location, x): void

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

void glUniform1d(GLint location, GLdouble x)

Provided by GL_VERSION_4_0.

Parameters

location

number

GLint

x

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.