aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics/Gal/GalVertexBinding.cs
AgeCommit message (Collapse)Author
2018-10-13Quads, QuadStrip, const attributes and half-float attributes support (#447)gdkchan
* Quads, QuadStrip and const attributes support * Add support for half float attributes and fix texture pitch alignment * Throw when an unsupported float type is used as const attribute aswell