Initial support for shader attribute indexing (#2546)

* Initial support for shader attribute indexing

* Support output indexing too, other improvements

* Fix order

* Address feedback
This commit is contained in:
gdkchan
2021-08-26 20:44:47 -03:00
committed by GitHub
parent ec3e848d79
commit ee1038e542
22 changed files with 298 additions and 86 deletions

View File

@ -108,6 +108,7 @@ namespace Ryujinx.Graphics.Shader.IntermediateRepresentation
ShuffleXor,
Sine,
SquareRoot,
StoreAttribute,
StoreGlobal,
StoreLocal,
StoreShared,