mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 17:07:10 +02:00
Spanify Graphics Abstraction Layer (#1226)
* Spanify Graphics Abstraction Layer * Be explicit about BufferHandle size
This commit is contained in:
parent
57ebf9f8ca
commit
0c06df2ed3
24 changed files with 208 additions and 134 deletions
10
Ryujinx.Graphics.OpenGL/Constants.cs
Normal file
10
Ryujinx.Graphics.OpenGL/Constants.cs
Normal file
|
@ -0,0 +1,10 @@
|
|||
namespace Ryujinx.Graphics.OpenGL
|
||||
{
|
||||
static class Constants
|
||||
{
|
||||
public const int MaxRenderTargets = 8;
|
||||
public const int MaxViewports = 16;
|
||||
public const int MaxVertexAttribs = 16;
|
||||
public const int MaxVertexBuffers = 16;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue