Disable front facing and face culling to avoid regression (#226)
* Disable tests for framebuffer blitting
This commit is contained in:
parent
97ca974213
commit
0bec547b9d
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