MCPcopy Create free account
hub / github.com/microsoft/SandDance / ClearPass

Function ClearPass

docs/tests/v2/es6/js/sanddance.js:31447–31453  ·  view source on GitHub ↗
(gl)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected