Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#uniformMatrix3fv

OpenGL bindings & WebGL API implementation for Deno.
Go to Latest
method WebGLRenderingContext.prototype.uniformMatrix3fv
import { WebGLRenderingContext } from "https://deno.land/x/gluten@0.1.2/mod.ts";

Parameters

location: WebGLUniformLocation | null
transpose: boolean
value: Float32Array | number[]