mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-22 01:20:53 -05:00
override Equals for render pipeline hash
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user