UNPKG

gl-layer

Version:

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

3 lines (2 loc) 155 B
import { CleanupWebGLParams } from "../types/render.types"; export declare const cleanupWebGLResources: ({ canvas }: CleanupWebGLParams) => Promise<void>;