UNPKG

@animech-public/playcanvas

Version:
11 lines (10 loc) 187 B
/** * A NULL implementation of the Texture. * * @ignore */ export class NullTexture { destroy(device: any): void; propertyChanged(flag: any): void; loseContext(): void; }