ryujinx/Ryujinx.Graphics.Shader/CodeGen/Glsl/Instructions
gdkchan ee1038e542
Initial support for shader attribute indexing (#2546)
* Initial support for shader attribute indexing

* Support output indexing too, other improvements

* Fix order

* Address feedback
2021-08-27 01:44:47 +02:00
..
InstGen.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
InstGenCall.cs
InstGenHelper.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
InstGenMemory.cs Initial support for shader attribute indexing (#2546) 2021-08-27 01:44:47 +02:00
InstGenPacking.cs
InstInfo.cs
InstType.cs