UNPKG

playcanvas

Version:

PlayCanvas WebGL game engine

11 lines (9 loc) 234 B
/** * A Null implementation of the RenderTarget. */ class NullRenderTarget { destroy(device) {} init(device, renderTarget) {} loseContext() {} resolve(device, target, color, depth) {} } export { NullRenderTarget };