Simplify logic for bindless texture handling (#1667)
* Simplify logic for bindless texture handling * Nits
This commit is contained in:
parent
eda6b78894
commit
934a78005e
16 changed files with 131 additions and 191 deletions
|
@ -96,7 +96,7 @@ namespace Ryujinx.Graphics.Shader.Translation
|
|||
|
||||
Optimizer.RunPass(cfg.Blocks, config);
|
||||
|
||||
Lowering.RunPass(cfg.Blocks, config);
|
||||
Rewriter.RunPass(cfg.Blocks, config);
|
||||
}
|
||||
|
||||
funcs[i] = new Function(cfg.Blocks, $"fun{i}", false, inArgumentsCount, outArgumentsCount);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue