(gl)
| 81700 | var _createClassDefault = parcelHelpers.interopDefault(_createClass); |
| 81701 | var Pass = function() { |
| 81702 | function Pass1(gl) { |
| 81703 | var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; |
| 81704 | (0, _classCallCheckDefault.default)(this, Pass1); |
| 81705 | var _props$id = props.id, id = _props$id === void 0 ? "pass" : _props$id; |
| 81706 | this.id = id; |
| 81707 | this.gl = gl; |
| 81708 | this.props = {}; |
| 81709 | Object.assign(this.props, props); |
| 81710 | } |
| 81711 | (0, _createClassDefault.default)(Pass1, [ |
| 81712 | { |
| 81713 | key: "setProps", |
nothing calls this directly
no outgoing calls
no test coverage detected