Skip to content

API Reference / @gtkx/gl / programUniform1d

Function: programUniform1d()

programUniform1d(program, location, v0): void

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

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

Provided by GL_VERSION_4_1. Registry note: Reuse commands from ARB_separate_shader_objects Also provided by the GL_ARB_separate_shader_objects extension.

Parameters

program

number

GLuint, object class program

location

number

GLint

v0

number

GLdouble

Returns

void

Released under the MPL-2.0 License.