UNPKG

gl-layer

Version:

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

3 lines (2 loc) 169 B
import { TexturesParams } from "../../types/texture-shader.types"; export declare const loadImageTextures: ({ gl, images, }: TexturesParams) => Promise<WebGLTexture[]>;