From 769c02235f489f02b1791e6e76dc8b3ab18028ee Mon Sep 17 00:00:00 2001 From: gdk Date: Fri, 8 Nov 2019 17:29:41 -0300 Subject: Add ATOMS, LDS, POPC, RED, STS and VOTE shader instructions, start changing the way how global memory is handled --- Ryujinx.Graphics.Shader/CodeGen/Constants.cs | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 Ryujinx.Graphics.Shader/CodeGen/Constants.cs (limited to 'Ryujinx.Graphics.Shader/CodeGen/Constants.cs') diff --git a/Ryujinx.Graphics.Shader/CodeGen/Constants.cs b/Ryujinx.Graphics.Shader/CodeGen/Constants.cs new file mode 100644 index 00000000..10c22c60 --- /dev/null +++ b/Ryujinx.Graphics.Shader/CodeGen/Constants.cs @@ -0,0 +1,7 @@ +namespace Ryujinx.Graphics.Shader.CodeGen +{ + static class Constants + { + public const int MaxShaderStorageBuffers = 16; + } +} \ No newline at end of file -- cgit v1.2.3