We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d9156b commit 9b78c4bCopy full SHA for 9b78c4b
src/image/filterRenderer2D.js
@@ -234,7 +234,8 @@ class FilterRenderer2D {
234
this._shader.setUniform('canvasSize', [this.pInst.width, this.pInst.height]);
235
this._shader.setUniform('radius', Math.max(1, this.filterParameter));
236
this._shader.setUniform('filterParameter', this.filterParameter);
237
-
+ this._shader.setDefaultUniforms();
238
+
239
this.pInst.states.setValue('rectMode', constants.CORNER);
240
this.pInst.states.setValue('imageMode', constants.CORNER);
241
this.pInst.blendMode(constants.BLEND);
0 commit comments