PIXI.DDSLoader
class DDSLoader implements {PIXI.ILoaderPlugin}
Constructor
new PIXI.DDSLoader() → {}
Summary
Methods from DDSLoader
void |
|
Public Methods
static use(resource: PIXI.LoaderResource, next: (...args: any[]) => void) → {void}
Registers a DDS compressed texture
Name | Type | Description |
---|---|---|
resource | PIXI.LoaderResource |
loader resource that is checked to see if it is a DDS file |
next | (...args: any[]) => void |
callback Function to call when done |
Type | Description |
---|---|
void |