aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.OpenGL/Image/IntermmediatePool.cs
AgeCommit message (Collapse)Author
2022-06-05Copy dependency for multisample and non-multisample textures (#3382)gdkchan
* Use copy dependency for textures that differs in multisample but are otherwise compatible * Remove allowMs flag as it's no longer required for correctness, it's just an optimization now * Dispose intermmediate pool