From 03711dd7b5d44e20fb45c728803ea6b9599dec87 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 21 Apr 2020 20:35:28 -0300 Subject: Implement SULD shader instruction (#1117) * Implement SULD shader instruction * Some nits --- Ryujinx.Graphics.Shader/QueryInfoName.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'Ryujinx.Graphics.Shader/QueryInfoName.cs') diff --git a/Ryujinx.Graphics.Shader/QueryInfoName.cs b/Ryujinx.Graphics.Shader/QueryInfoName.cs index 887c0d7d..41f42cbd 100644 --- a/Ryujinx.Graphics.Shader/QueryInfoName.cs +++ b/Ryujinx.Graphics.Shader/QueryInfoName.cs @@ -11,6 +11,7 @@ namespace Ryujinx.Graphics.Shader IsTextureRectangle, PrimitiveTopology, StorageBufferOffsetAlignment, - SupportsNonConstantTextureOffset + SupportsNonConstantTextureOffset, + TextureFormat } } \ No newline at end of file -- cgit v1.2.3