UNPKG

modern-canvas

Version:

A JavaScript WebGL rendering engine. only the ESM.

3 lines (2 loc) 193 B
import type { GlExtensions, GlRenderingContext } from '../types'; export declare function mapFormatToGlInternalFormat(gl: GlRenderingContext, extensions: GlExtensions): Record<string, number>;