Fix fragment shader bindings
This commit is contained in:
committed by
Evan Husted
parent
fc7f09624c
commit
987a42ce30
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user