Update packages and fix descriptor address issue

This commit is contained in:
spidy123222 2024-11-11 22:30:25 -08:00
parent d9099429f2
commit 2ba59b2ce9
6 changed files with 85 additions and 31 deletions

View file

@ -110,7 +110,7 @@ namespace Ryujinx.Graphics.Vulkan
_textures.AsSpan().Fill(initialImageInfo);
_images.AsSpan().Fill(initialImageInfo);
if (gd.Capabilities.SupportsNullDescriptors)
if (gd.Capabilities.SupportsNullDescriptors && !OperatingSystem.IsIOS())
{
// If null descriptors are supported, we can pass null as the handle.
_dummyBuffer = null;