mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Ignore ClipControl on draw texture fallback (#3388)
This commit is contained in:
parent
f729c15042
commit
8ce17791ef
1 changed files with 4 additions and 0 deletions
|
@ -597,6 +597,8 @@ namespace Ryujinx.Graphics.OpenGL
|
|||
GL.EndTransformFeedback();
|
||||
}
|
||||
|
||||
GL.ClipControl(ClipOrigin.UpperLeft, ClipDepthMode.NegativeOneToOne);
|
||||
|
||||
_drawTexture.Draw(
|
||||
view,
|
||||
samp,
|
||||
|
@ -627,6 +629,8 @@ namespace Ryujinx.Graphics.OpenGL
|
|||
{
|
||||
GL.BeginTransformFeedback(_tfTopology);
|
||||
}
|
||||
|
||||
RestoreClipControl();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue