mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-28 21:30:47 -07:00
Move solution and projects to src
This commit is contained in:
11
src/Ryujinx.Graphics.OpenGL/Constants.cs
Normal file
11
src/Ryujinx.Graphics.OpenGL/Constants.cs
Normal file
@ -0,0 +1,11 @@
|
||||
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;
|
||||
public const int MaxTransformFeedbackBuffers = 4;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user