Least allocations in the west
This commit is contained in:
parent
5e8606c89a
commit
de5bf3a141
4 changed files with 18 additions and 20 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue