override Equals for render pipeline hash

This commit is contained in:
Samuliak
2024-05-31 07:45:14 +02:00
committed by Evan Husted
parent 51b4ffeb6c
commit 36ac0414e2
2 changed files with 111 additions and 14 deletions

View File

@@ -11,9 +11,9 @@ namespace Ryujinx.Graphics.Metal
public const int MaxTextureBindings = MaxTexturesPerStage * MaxShaderStages;
public const int MaxColorAttachments = 8;
// TODO: Check this value
public const int MaxVertexAttributes = 16;
public const int MaxVertexAttributes = 31;
// TODO: Check this value
public const int MaxVertexLayouts = 16;
public const int MaxVertexLayouts = 31;
public const int MaxTextures = 31;
public const int MaxSamplers = 16;
}