Fix wrong maximum id on sampler pool in some cases
This commit is contained in:
parent
cb171f6ebf
commit
17fb11ddb9
6 changed files with 14 additions and 10 deletions
|
@ -241,6 +241,8 @@ namespace Ryujinx.Graphics.Shader.Instructions
|
|||
|
||||
res = context.IAdd(res, srcC);
|
||||
|
||||
// TODO: CC, X, SAT, and more?
|
||||
|
||||
context.Copy(GetDest(context), res);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue