Implement IoVariable.FrontFacing
This commit is contained in:
committed by
Isaac Marovitz
parent
a6de2c9274
commit
b0ba5d5da1
@@ -180,6 +180,7 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
||||
{
|
||||
// TODO: check if it's needed
|
||||
context.AppendLine("float4 position [[position]];");
|
||||
context.AppendLine("bool front_facing [[front_facing]];");
|
||||
}
|
||||
|
||||
foreach (var ioDefinition in inputs.OrderBy(x => x.Location))
|
||||
|
||||
Reference in New Issue
Block a user