Fix fragment shader bindings
This commit is contained in:
parent
8dca53685a
commit
35cc208435
2 changed files with 9 additions and 3 deletions
|
@ -106,7 +106,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
|||
}
|
||||
else if (stage == ShaderStage.Fragment)
|
||||
{
|
||||
args = args.Prepend("VertexOut in").ToArray();
|
||||
args = args.Prepend("VertexOut in [[stage_in]]").ToArray();
|
||||
}
|
||||
else if (stage == ShaderStage.Compute)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue