(...args)
| 3989 | } |
| 3990 | |
| 3991 | filter(...args) { |
| 3992 | // If no custom framebuffer is active, promote to mainFramebuffer |
| 3993 | if (!this.activeFramebuffer()) { |
| 3994 | this._promoteToFramebuffer(); |
| 3995 | } |
| 3996 | |
| 3997 | return super.filter(...args); |
| 3998 | } |
| 3999 | |
| 4000 | |
| 4001 | baseFilterShader() { |
no test coverage detected