Skip to content

API Reference / @gtkx/gl / uniformMatrix3x4dv

Function: uniformMatrix3x4dv()

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

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

void glUniformMatrix3x4dv(GLint location, GLsizei count, GLboolean transpose, const GLdouble *value)

Provided by GL_VERSION_4_0.

Parameters

location

number

GLint

count

number

GLsizei

transpose

boolean

GLboolean

value

number[] | Float64Array<ArrayBufferLike>

const GLdouble *, length count*12

Returns

void

See

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

Released under the MPL-2.0 License.