Skip to content

API Reference / @gtkx/gl / uniform3fv

Function: uniform3fv()

uniform3fv(location, count, value): void

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

void glUniform3fv(GLint location, GLsizei count, const GLfloat *value)

Provided by GL_VERSION_2_0.

Parameters

location

number

GLint

count

number

GLsizei

value

number[] | Float32Array<ArrayBufferLike>

const GLfloat *, length count*3

Returns

void

See

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

Released under the MPL-2.0 License.