Depth Sampler Fixes

This commit is contained in:
Isaac Marovitz
2024-05-22 15:44:00 -04:00
committed by Evan Husted
parent 486fd78eba
commit b76f9105c8
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