1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-01-26 01:13:47 +00:00
Ryujinx/Ryujinx.Graphics.Shader/Translation/Optimizations
gdkchan 63f1663fa9
Fix shader 8-bit and 16-bit STS/STG (#2741)
* Fix 8 and 16-bit STG

* Fix 8 and 16-bit STS

* Shader cache version bump
2021-10-18 20:24:15 -03:00
..
BindlessElimination.cs
BindlessToIndexed.cs
BranchElimination.cs Initial work 2020-01-09 02:13:00 +01:00
ConstantFolding.cs
GlobalToStorage.cs Fix shader 8-bit and 16-bit STS/STG (#2741) 2021-10-18 20:24:15 -03:00
HalfConversion.cs
Optimizer.cs
Simplification.cs
Utils.cs