Skip to content

API Reference / @gtkx/gl / programUniform1d

Function: programUniform1d()

programUniform1d(program, location, v0): void

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

void glProgramUniform1d(GLuint program, GLint location, GLdouble v0)

Provided by GL_VERSION_4_1.

Parameters

program

number

GLuint, object class program

location

number

GLint

v0

number

GLdouble

Returns

void

See

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

Released under the MPL-2.0 License.