UNPKG

gl-layer

Version:

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

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