Skip to content

API Reference / @gtkx/gl / programUniform1f

Function: programUniform1f()

programUniform1f(program, location, v0): void

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

void glProgramUniform1f(GLuint program, GLint location, GLfloat v0)

Provided by GL_VERSION_4_1.

Parameters

program

number

GLuint, object class program

location

number

GLint

v0

number

GLfloat

Returns

void

See

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

Released under the MPL-2.0 License.