Use dispatch params shared memory size when available
This commit is contained in:
parent
0d9672f3ae
commit
66d91cbc6c
5 changed files with 19 additions and 5 deletions
|
@ -6,6 +6,8 @@ namespace Ryujinx.Graphics.Shader
|
|||
|
||||
public const string OutQualifierPrefixName = "S_OUT_QUALIFIER";
|
||||
|
||||
public const string SharedMemorySize = "S_SHARED_MEMORY_SIZE";
|
||||
|
||||
public const string LocalSizeX = "S_LOCAL_SIZE_X";
|
||||
public const string LocalSizeY = "S_LOCAL_SIZE_Y";
|
||||
public const string LocalSizeZ = "S_LOCAL_SIZE_Z";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue