Skip to content

API Reference / @gtkx/gl / uniformMatrix3x2fv

Function: uniformMatrix3x2fv()

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

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

void glUniformMatrix3x2fv(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*6

Returns

void

See

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

Released under the MPL-2.0 License.