We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 840ea05 commit dd3950aCopy full SHA for dd3950a
1 file changed
src/pixi/renderers/webgl/utils/FilterTexture.js
@@ -36,10 +36,6 @@ function _CreateFramebuffer(gl, width, height, scaleMode, textureUnit) {
36
if(fbStatus !== gl.FRAMEBUFFER_COMPLETE) {
37
console.error('Incomplete GL framebuffer. ', _fbErrors[fbStatus]);
38
}
39
- // gl.bindTexture(gl.TEXTURE_2D, null);
40
- // gl.bindRenderbuffer(gl.RENDERBUFFER, null);
41
- // gl.bindFramebuffer(gl.FRAMEBUFFER, null);
42
-
43
framebuffer.width = width;
44
framebuffer.height = height;
45
framebuffer.targetTexture = colorBuffer;
0 commit comments