UNPKG

playcanvas

Version:

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

12 lines (10 loc) 189 B
/** * A Null implementation of the Shader. * * @ignore */ class NullShader { destroy(shader) {} loseContext() {} restoreContext(device, shader) {} } export { NullShader };