1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2024-11-13 08:36:44 +00:00
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 Implement CAL and RET shader instructions (#1618) 2020-10-25 17:00:44 -03:00
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