mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-01 10:39:50 -06:00
Stop using glTransformFeedbackVaryings and use explicit layout on the shader (#3012)
* Stop using glTransformFeedbackVarying and use explicit layout on the shader * This is no longer needed * Shader cache version bump * Fix gl_PerVertex output for tessellation control shaders
This commit is contained in:
@ -9,7 +9,6 @@ namespace Ryujinx.Graphics.Shader.Translation
|
||||
|
||||
VertexA = 1 << 0,
|
||||
Compute = 1 << 1,
|
||||
Feedback = 1 << 2,
|
||||
DebugMode = 1 << 3
|
||||
DebugMode = 1 << 2
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user