Dont specify [[stage_in]] on fragment
This commit is contained in:
parent
ceb8b7800e
commit
067429b83b
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||||
}
|
}
|
||||||
else if (stage == ShaderStage.Fragment)
|
else if (stage == ShaderStage.Fragment)
|
||||||
{
|
{
|
||||||
args = args.Prepend("FragmentIn in [[stage_in]]").ToArray();
|
args = args.Prepend("FragmentIn in").ToArray();
|
||||||
}
|
}
|
||||||
else if (stage == ShaderStage.Compute)
|
else if (stage == ShaderStage.Compute)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue