mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 17:37:11 +02:00
Disable front facing and face culling to avoid regression (#226)
* Disable tests for framebuffer blitting
This commit is contained in:
parent
1bc4d49e4d
commit
6e3f112e27
2 changed files with 31 additions and 3 deletions
|
@ -79,8 +79,9 @@ namespace Ryujinx.HLE.Gpu.Engines
|
|||
|
||||
Gpu.Renderer.Shader.BindProgram();
|
||||
|
||||
SetFrontFace();
|
||||
SetCullFace();
|
||||
//Note: Uncomment SetFrontFace SetCullFace when flipping issues are solved
|
||||
//SetFrontFace();
|
||||
//SetCullFace();
|
||||
SetDepth();
|
||||
SetStencil();
|
||||
SetAlphaBlending();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue