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
|
@ -22,6 +22,7 @@ namespace Ryujinx.Graphics.Gpu.Engine
|
|||
|
||||
ComputeShader cs = _shaderCache.GetComputeShader(
|
||||
shaderGpuVa,
|
||||
dispatchParams.SharedMemorySize & 0xffff,
|
||||
dispatchParams.UnpackBlockSizeX(),
|
||||
dispatchParams.UnpackBlockSizeY(),
|
||||
dispatchParams.UnpackBlockSizeZ());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue