From 524fe3bea4ddcb2587ebde06c803645a0bfcd5c2 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Fri, 2 Apr 2021 07:50:35 -0300 Subject: Implement shader HelperThreadNV (#2163) * Implement shader HelperThreadNV * Bump shader cache version * Use gl_HelperInvocation since its supported across all vendors * Nit --- Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Ryujinx.Graphics.Shader/Translation') diff --git a/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs b/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs index b618dbc3..3d0d216e 100644 --- a/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs +++ b/Ryujinx.Graphics.Shader/Translation/AttributeConsts.cs @@ -54,5 +54,7 @@ namespace Ryujinx.Graphics.Shader.Translation public const int GtMask = 0x200002c; public const int LeMask = 0x2000030; public const int LtMask = 0x2000034; + + public const int ThreadKill = 0x2000038; } } \ No newline at end of file -- cgit v1.2.3