(textureDef: TextureDef)
| 33 | readonly loadingTexture: Texture; |
| 34 | initTexture(textureDef: TextureDef): Promise<void>; |
| 35 | getTexture(textureDef: TextureDef): Promise<Texture | CompressedTexture>; |
| 36 | setKTX2Loader(loader: KTX2Loader): this; |
| 37 | clear(): void; |
| 38 | } |
no outgoing calls
no test coverage detected