UNPKG

apl-easy-gl

Version:
7 lines (6 loc) 130 B
export interface Texture { texture: WebGLTexture; image: HTMLImageElement; width: number; height: number; }