mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 13:02:25 -07:00
Depth Sampler Fixes
This commit is contained in:
committed by
Isaac Marovitz
parent
8b2cc4ccf1
commit
3e1f624308
@@ -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
|
||||
|
Reference in New Issue
Block a user