(gl)
| 31445 | (0, _inherits2.default)(ClearPass, _Pass); |
| 31446 | |
| 31447 | function ClearPass(gl) { |
| 31448 | var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; |
| 31449 | (0, _classCallCheck2.default)(this, ClearPass); |
| 31450 | return (0, _possibleConstructorReturn2.default)(this, (0, _getPrototypeOf2.default)(ClearPass).call(this, gl, Object.assign({ |
| 31451 | id: 'clear-pass' |
| 31452 | }, props))); |
| 31453 | } // TODO - add support for colors, align with model.clear and framebuffer.clear |
| 31454 | // TODO - integrate with luma.gl clear, make sure right buffer is cleared |
| 31455 | |
| 31456 |
nothing calls this directly
no outgoing calls
no test coverage detected