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 8dd80cf commit 6987f70Copy full SHA for 6987f70
1 file changed
common/src/main/java/net/irisshaders/iris/pipeline/CompositeRenderer.java
@@ -278,6 +278,7 @@ public void renderAll() {
278
VertexFormat.IndexType type = RenderSystem.getSequentialBuffer(VertexFormat.Mode.QUADS).type();
279
280
FullScreenQuadRenderer.INSTANCE.bind();
281
+ GlStateManager._colorMask(15);
282
283
for (int i = 0, passesSize = passes.size(); i < passesSize; i++) {
284
Pass compositePass = passes.get(i);
0 commit comments