mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-05-19 11:45:47 +00:00
Fix shader regression on Intel iGPUs by reverting layout changes (#1425)
This commit is contained in:
@@ -9,6 +9,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||
|
||||
VertexA = 1 << 0,
|
||||
Compute = 1 << 1,
|
||||
DebugMode = 1 << 2
|
||||
Feedback = 1 << 2,
|
||||
DebugMode = 1 << 3
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user