Implement shader HelperThreadNV (#2163)
* Implement shader HelperThreadNV * Bump shader cache version * Use gl_HelperInvocation since its supported across all vendors * Nit
This commit is contained in:
parent
f2cdceb846
commit
524fe3bea4
6 changed files with 24 additions and 15 deletions
|
@ -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;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue