Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit ff7d3b2

Browse files
committed
Don't re-enable scissor test
1 parent 773102f commit ff7d3b2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

shell/platform/windows/compositor_opengl.cc

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,6 @@ bool CompositorOpenGL::Present(const FlutterLayer** layers,
157157
gl_->BindFramebuffer(GL_READ_FRAMEBUFFER, 0);
158158
gl_->BindFramebuffer(GL_DRAW_FRAMEBUFFER, 0);
159159

160-
gl_->Enable(GL_SCISSOR_TEST);
161-
162160
return engine_->view()->SwapBuffers();
163161
}
164162

0 commit comments

Comments
 (0)