Address feedback
This commit is contained in:
parent
bb70af2fa5
commit
4795d2a43b
1 changed files with 2 additions and 3 deletions
|
@ -259,8 +259,7 @@ namespace Ryujinx.Graphics.Gal.Shader
|
|||
Abuf.Offs == PointCoordAttrY ||
|
||||
Abuf.Offs == VertexIdAttr ||
|
||||
Abuf.Offs == InstanceIdAttr ||
|
||||
Abuf.Offs == FaceAttr
|
||||
)
|
||||
Abuf.Offs == FaceAttr)
|
||||
{
|
||||
break;
|
||||
}
|
||||
|
@ -352,4 +351,4 @@ namespace Ryujinx.Graphics.Gal.Shader
|
|||
return Decls.ContainsKey(Index);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue