Skip to main content
Module

x/gluten/mod.ts>WebGLRenderingContext#uniform2f

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

Parameters

location: WebGLUniformLocation | null
x: number
y: number