This commit is contained in:
stossy11 2024-11-23 09:53:24 +11:00
parent 2ba59b2ce9
commit 437f7f8c04
438 changed files with 95102 additions and 32 deletions

View file

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