UNPKG

@types/three

Version:
6 lines (4 loc) 160 B
import { Texture } from "../../textures/Texture.js"; export default class StorageTexture extends Texture { constructor(width?: number, height?: number); }