UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

12 lines (11 loc) 391 B
/** * Legacy texture parser for dds files. */ export class DdsParser extends TextureParser { constructor(registry: any); maxRetries: number; load(url: any, callback: any, asset: any): void; open(url: any, data: any, device: any, textureOptions?: {}): Texture; } import { TextureParser } from './texture.js'; import { Texture } from '../../../platform/graphics/texture.js';