Disable front facing and face culling to avoid regression (#226)
* Disable tests for framebuffer blitting
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user