mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 08:50:47 -07:00
Remove component operand for texture gather with depth compare (#6247)
This commit is contained in:
@ -592,8 +592,11 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
||||
flags |= TextureFlags.Offset;
|
||||
}
|
||||
|
||||
if (!tld4sOp.Dc)
|
||||
{
|
||||
sourcesList.Add(Const((int)tld4sOp.TexComp));
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
throw new ArgumentException($"Invalid TEXS type \"{texsType}\".");
|
||||
|
Reference in New Issue
Block a user