aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Texture/BCnDecoder.cs
AgeCommit message (Collapse)Author
2020-11-09Simplify logic for bindless texture handling (#1667)gdkchan
* Simplify logic for bindless texture handling * Nits
2020-11-01Support 3D BC4 and BC5 compressed textures (#1655)gdkchan
* Support 3D BC4 and BC5 compressed textures * PR feedback * Fix some typos