mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-06-28 03:16:23 +02:00
Edit MoltenVK and remove "MVK: Pre-Fill Metal Command Buffers" due to not being needed anymore
This commit is contained in:
parent
f2ea6448dc
commit
cb114fbb68
15 changed files with 121 additions and 86 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue