mirror of
https://github.com/Ryubing/Ryujinx.git
synced 2026-01-06 23:11:17 -05:00
Spanify Graphics Abstraction Layer (#1226)
* Spanify Graphics Abstraction Layer * Be explicit about BufferHandle size
This commit is contained in:
@@ -45,6 +45,11 @@ namespace Ryujinx.Graphics.Gpu
|
||||
/// </summary>
|
||||
public const int ShaderStages = 5;
|
||||
|
||||
/// <summary>
|
||||
/// Maximum number of vertex attributes.
|
||||
/// </summary>
|
||||
public const int TotalVertexAttribs = 16;
|
||||
|
||||
/// <summary>
|
||||
/// Maximum number of vertex buffers.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user