Edit MoltenVK and remove "MVK: Pre-Fill Metal Command Buffers" due to not being needed anymore

This commit is contained in:
Stossy11 2025-02-02 00:36:33 +11:00
parent f2ea6448dc
commit cb114fbb68
15 changed files with 121 additions and 86 deletions

View file

@ -580,6 +580,7 @@ namespace Ryujinx.Graphics.Vulkan
{
texture.Sampler = _dummySampler.GetSampler().Get(cbs).Value;
}
if (OperatingSystem.IsIOS()) {
Span<DescriptorImageInfo> singleTexture = textures.Slice(i, 1);
dsc.UpdateImages(0, binding + i, singleTexture, DescriptorType.CombinedImageSampler);