Depth Sampler Fixes
This commit is contained in:
parent
8b2cc4ccf1
commit
3e1f624308
3 changed files with 41 additions and 17 deletions
|
@ -149,7 +149,6 @@ namespace Ryujinx.Graphics.Shader.CodeGen.Msl
|
|||
context.AppendLine("float4 position [[position]];");
|
||||
}
|
||||
|
||||
|
||||
foreach (var ioDefinition in inputs.OrderBy(x => x.Location))
|
||||
{
|
||||
string type = ioDefinition.IoVariable switch
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue