aboutsummaryrefslogtreecommitdiff
path: root/Ryujinx.Graphics.Vulkan/VulkanInitialization.cs
AgeCommit message (Expand)Author
2022-10-29Vulkan: Replace `VK_EXT_debug_report` usage with `VK_EXT_debug_utils` (#3802)Wunk
2022-09-08Restride vertex buffer when stride causes attributes to misalign in Vulkan. (...riperiperi
2022-07-31Vulkan backend (#2518)gdkchan