Use new LINQ Order() methods (#3851)
This commit is contained in:
parent
f1d1670b0b
commit
b96794e72b
2 changed files with 3 additions and 3 deletions
|
@ -207,7 +207,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
|||
|
||||
if (context.Config.NextUsedInputAttributesPerPatch != null)
|
||||
{
|
||||
foreach (int vecIndex in context.Config.NextUsedInputAttributesPerPatch.OrderBy(x => x))
|
||||
foreach (int vecIndex in context.Config.NextUsedInputAttributesPerPatch.Order())
|
||||
{
|
||||
InitializeOutput(context, AttributeConsts.UserAttributePerPatchBase + vecIndex * 16, perPatch: true);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue