UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

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; }