(gl)
| 96095 | (0, _inheritsDefault.default)(ScreenPass1, _Pass); |
| 96096 | var _super = _createSuper(ScreenPass1); |
| 96097 | function ScreenPass1(gl) { |
| 96098 | var _this; |
| 96099 | var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; |
| 96100 | (0, _classCallCheckDefault.default)(this, ScreenPass1); |
| 96101 | _this = _super.call(this, gl, props); |
| 96102 | var module = props.module, fs = props.fs, id = props.id; |
| 96103 | _this.model = new (0, _core.ClipSpace)(gl, { |
| 96104 | id: id, |
| 96105 | fs: fs, |
| 96106 | modules: [ |
| 96107 | module |
| 96108 | ] |
| 96109 | }); |
| 96110 | return _this; |
| 96111 | } |
| 96112 | (0, _createClassDefault.default)(ScreenPass1, [ |
| 96113 | { |
| 96114 | key: "render", |
nothing calls this directly
no outgoing calls
no test coverage detected