var __extends = (this && this.__extends) || function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; function __() { this.constructor = d; } d.prototype = b === null ? Object.create(b) : (__.prototype = b.prototype, new __()); }; var BABYLON; (function (BABYLON) { var DisplayPassPostProcess = (function (_super) { __extends(DisplayPassPostProcess, _super); function DisplayPassPostProcess(name, options, camera, samplingMode, engine, reusable) { _super.call(this, name, "displayPass", ["passSampler"], ["passSampler"], options, camera, samplingMode, engine, reusable); } return DisplayPassPostProcess; }(BABYLON.PostProcess)); BABYLON.DisplayPassPostProcess = DisplayPassPostProcess; })(BABYLON || (BABYLON = {}));