UNPKG

gl-layer

Version:

A lightweight WebGL setup layer that simplifies renderer management, uniform handling, and cleanup.

3 lines (2 loc) 182 B
import { Vec2UniformParams } from "../../../types/uniform.types"; export declare const setVec2Uniform: ({ gl, value, uniformLocation, render, }: Vec2UniformParams) => Promise<void>;