mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2025-11-21 18:20:52 -05:00
Least allocations in the west
This commit is contained in:
committed by
Evan Husted
parent
d3f273cad1
commit
d2a4a9e9a7
@@ -12,6 +12,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
public const int MaxStorageBufferBindings = MaxStorageBuffersPerStage * MaxShaderStages;
|
||||
public const int MaxTextureBindings = MaxTexturesPerStage * MaxShaderStages;
|
||||
public const int MaxColorAttachments = 8;
|
||||
public const int MaxViewports = 16;
|
||||
// TODO: Check this value
|
||||
public const int MaxVertexAttributes = 31;
|
||||
// TODO: Check this value
|
||||
|
||||
Reference in New Issue
Block a user