aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/VulkanConfiguration.cs
AgeCommit message (Collapse)Author
2023-07-14Fix some Vulkan validation errors (#5452)gdkchan
* Fix some validation errors and silence the annoying pipeline barrier error * Remove bogus decref/incref on index buffer state * Make unsafe blit opt-in rather than opt-out * Remove Vulkan debugger messages blacklist * Adjust GetImageUsage to not set the storage bit for multisample textures if not supported
2023-04-27Move solution and projects to srcTSR Berry