mirror of
https://github.com/ryujinx-mirror/ryujinx.git
synced 2025-08-31 04:26:27 -05:00
Minor shader fixes
This commit is contained in:
@@ -159,7 +159,8 @@ namespace Ryujinx.Graphics.Gal.Shader
|
||||
case ShaderIrOperAbuf Abuf:
|
||||
{
|
||||
//This is a built-in input variable.
|
||||
if (Abuf.Offs == VertexIdAttr)
|
||||
if (Abuf.Offs == VertexIdAttr ||
|
||||
Abuf.Offs == InstanceIdAttr)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
Reference in New Issue
Block a user