Depth Sampler Fixes

This commit is contained in:
Isaac Marovitz 2024-05-22 15:44:00 -04:00 committed by Isaac Marovitz
parent 8b2cc4ccf1
commit 3e1f624308
3 changed files with 41 additions and 17 deletions

View file

@ -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