UNPKG

@animech-public/playcanvas

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