mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-31 01:59:59 -06:00
Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled
This commit is contained in:
7
Ryujinx.Graphics.Shader/CodeGen/Constants.cs
Normal file
7
Ryujinx.Graphics.Shader/CodeGen/Constants.cs
Normal file
@ -0,0 +1,7 @@
|
||||
namespace Ryujinx.Graphics.Shader.CodeGen
|
||||
{
|
||||
static class Constants
|
||||
{
|
||||
public const int MaxShaderStorageBuffers = 16;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user