Depth Sampler Fixes
This commit is contained in:
committed by
Evan Husted
parent
486fd78eba
commit
b76f9105c8
@@ -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