UNPKG

gl-layer

Version:

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

3 lines (2 loc) 209 B
import { ImageUniformParams } from "../../../types/uniform.types"; export declare const setImageUniform: ({ gl, textureNumber, texture, index, uniformLocation, render, }: ImageUniformParams) => Promise<void>;