UNPKG

@types/three

Version:
4 lines (2 loc) 155 B
import { Texture, WebGLRenderer } from "three"; export function decompress(texture: Texture, maxTextureSize?: number, renderer?: WebGLRenderer): Texture;