2019-11-08 21:29:41 +01:00
|
|
|
namespace Ryujinx.Graphics.Shader.CodeGen
|
|
|
|
{
|
|
|
|
static class Constants
|
|
|
|
{
|
|
|
|
public const int MaxShaderStorageBuffers = 16;
|
2019-11-19 15:41:45 +01:00
|
|
|
|
|
|
|
public const int ConstantBufferSize = 0x10000; // In bytes
|
2019-11-08 21:29:41 +01:00
|
|
|
}
|
|
|
|
}
|