UNPKG

playcanvas

Version:

Open-source WebGL/WebGPU 3D engine for the web

12 lines (10 loc) 183 B
/** * A Null implementation of the Texture. * * @ignore */ class NullTexture { destroy(device) {} propertyChanged(flag) {} loseContext() {} } export { NullTexture };