Implements
- PIXI.ILoaderPlugin
Methods
Called after a KTX file is loaded.
This will parse the KTX file header and add a BaseTexture
to the texture
cache.
Name | Type | Description |
---|---|---|
resource |
PIXI.LoaderResource |
loader resource that is checked to see if it is a KTX file |
next |
(...args: any[]) => void |
callback Function to call when done |
- See:
-
- PIXI.Loader.loaderMiddleware