Skip to content

API Reference / @gtkx/gl / uniformMatrix3x4fv

Function: uniformMatrix3x4fv()

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

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

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

Provided by GL_VERSION_2_1.

Parameters

location

number

GLint

count

number

GLsizei

transpose

boolean

GLboolean

value

number[] | Float32Array<ArrayBufferLike>

const GLfloat *, length count*12

Returns

void

See

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

Released under the MPL-2.0 License.