UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

9 lines (8 loc) 173 B
/** * A Null implementation of the Texture. */ export class NullTexture { destroy(device: any): void; propertyChanged(flag: any): void; loseContext(): void; }