Quick changes

This commit is contained in:
Stossy11 2024-12-01 08:38:32 +11:00
parent 860d4d363d
commit 464f14f143
5 changed files with 43 additions and 25 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;