1
0
Fork 0
mirror of https://github.com/Ryujinx/Ryujinx.git synced 2025-02-10 11:15:08 +00:00
Ryujinx/Ryujinx.Graphics.Shader/Translation
gdkchan d36c4bfba5
Fix output component register on pixel shaders (#1613)
* Fix output component register on pixel shaders

* Clean up usings

* Do not advance if no component is enabled for the target, this keeps the previous behavior
2020-10-13 14:44:55 +11:00
..
Optimizations
AttributeConsts.cs
ControlFlowGraph.cs
Dominance.cs
EmitterContext.cs
EmitterContextInsts.cs
FeatureFlags.cs
GlobalMemory.cs
Lowering.cs
ShaderConfig.cs
ShaderHeader.cs
Ssa.cs Initial work 2020-01-09 02:13:00 +01:00
TranslationFlags.cs
Translator.cs