Comment to explain scissor disable will be reenabled if needed
This commit is contained in:
parent
12af3900e5
commit
00706815b5
1 changed files with 2 additions and 0 deletions
|
@ -366,6 +366,8 @@ namespace Ryujinx.Graphics.Gal.OpenGL
|
|||
GL.Clear(ClearBufferMask.ColorBufferBit);
|
||||
|
||||
GL.Disable(EnableCap.FramebufferSrgb);
|
||||
|
||||
// Will be re-enabled if needed while binding, called before any game GL calls
|
||||
GL.Disable(EnableCap.ScissorTest);
|
||||
|
||||
GL.BlitFramebuffer(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue