Skip to content

API Reference / @gtkx/gl / uniformMatrix4x2fv

Function: uniformMatrix4x2fv()

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

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

void glUniformMatrix4x2fv(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*8

Returns

void

See

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

Released under the MPL-2.0 License.