aboutsummaryrefslogtreecommitdiff
path: root/src/Ryujinx.Graphics.Vulkan/PipelineLayoutCacheEntry.cs
AgeCommit message (Expand)Author
2024-06-02Vulkan separate descriptor set fixes (#6895)gdkchan
2024-05-26Allow texture arrays to use separate descriptor sets on Vulkan (#6870)gdkchan
2024-04-07Add support for large sampler arrays on Vulkan (#6489)gdkchan
2024-02-16Vulkan: Use push descriptors for uniform bindings when possible (#6154)riperiperi
2023-09-26Reduce the amount of descriptor pool allocations on Vulkan (#5673)gdkchan
2023-05-21Replace ShaderBindings with new ResourceLayout structure for Vulkan (#5025)gdkchan
2023-04-27Move solution and projects to srcTSR Berry