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

Function PostProcessEffect1

docs/app/js/sanddance-app.js:95958–95967  ·  view source on GitHub ↗
(module)

Source from the content-addressed store, hash-verified

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",

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected