(module)
| 95956 | (0, _inheritsDefault.default)(PostProcessEffect1, _Effect); |
| 95957 | var _super = _createSuper(PostProcessEffect1); |
| 95958 | function PostProcessEffect1(module) { |
| 95959 | var _this; |
| 95960 | var props = arguments.length > 1 && arguments[1] !== undefined ? arguments[1] : {}; |
| 95961 | (0, _classCallCheckDefault.default)(this, PostProcessEffect1); |
| 95962 | _this = _super.call(this, props); |
| 95963 | _this.id = "".concat(module.name, "-pass"); |
| 95964 | (0, _core.normalizeShaderModule)(module); |
| 95965 | _this.module = module; |
| 95966 | return _this; |
| 95967 | } |
| 95968 | (0, _createClassDefault.default)(PostProcessEffect1, [ |
| 95969 | { |
| 95970 | key: "postRender", |
nothing calls this directly
no outgoing calls
no test coverage detected