UNPKG

@animech-public/playcanvas

Version:
13 lines (11 loc) 187 B
/** * A Null implementation of the Shader. * * @ignore */ class NullShader { destroy(shader) {} loseContext() {} restoreContext(device, shader) {} } export { NullShader };