Least allocations in the west

This commit is contained in:
Isaac Marovitz
2024-07-01 23:36:11 +01:00
committed by Evan Husted
parent d3f273cad1
commit d2a4a9e9a7
4 changed files with 18 additions and 20 deletions

View File

@@ -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