mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 22:22:26 -07:00
Dont specify [[stage_in]] on fragment
This commit is contained in:
committed by
Isaac Marovitz
parent
a58d1cffe4
commit
a9e9819b33
@@ -106,7 +106,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
}
|
||||
else if (stage == ShaderStage.Fragment)
|
||||
{
|
||||
args = args.Prepend("FragmentIn in [[stage_in]]").ToArray();
|
||||
args = args.Prepend("FragmentIn in").ToArray();
|
||||
}
|
||||
else if (stage == ShaderStage.Compute)
|
||||
{
|
||||
|
Reference in New Issue
Block a user