aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Shader/Decoders/OpCodeAttribute.cs
AgeCommit message (Collapse)Author
2021-08-11Make sure attributes used on subsequent shader stages are initialized (#2538)gdkchan
2020-10-21Get rid of Reflection.Emit dependency on CPU and Shader projects (#1626)gdkchan
* Get rid of Reflection.Emit dependency on CPU and Shader projects * Remove useless private sets * Missed those due to the alignment
2020-01-09Initial workgdk