Skip to content

API Reference / @gtkx/gl / uniformMatrix3fv

Function: uniformMatrix3fv()

uniformMatrix3fv(location, count, transpose, value): void

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

void glUniformMatrix3fv(GLint location, GLsizei count, GLboolean transpose, const GLfloat *value)

Provided by GL_VERSION_2_0.

Parameters

location

number

GLint

count

number

GLsizei

transpose

boolean

GLboolean

value

number[] | Float32Array<ArrayBufferLike>

const GLfloat *, length count*9

Returns

void

See

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

Released under the MPL-2.0 License.