@woosh/meep-engine
Version:
Pure JavaScript game engine. Fully featured and production ready.
11 lines • 397 B
TypeScript
export class CoalesceTextures extends AbstractMaterialTransformer {
/**
*
* @type {Cache<Texture, Texture>}
*/
textureCache: Cache<Texture, Texture>;
transform(material: any): any;
}
import { AbstractMaterialTransformer } from "../AbstractMaterialTransformer.js";
import { Cache } from "../../../../../core/cache/Cache.js";
//# sourceMappingURL=CoalesceTextures.d.ts.map