Enable VK_EXT_4444_formats (#5525)

This commit is contained in:
sunshineinabox 2023-08-03 13:46:23 -07:00 committed by Matt Heins
parent 0e93129206
commit 276e7373fb

View file

@ -42,6 +42,7 @@ namespace Ryujinx.Graphics.Vulkan
"VK_NV_viewport_array2",
"VK_EXT_depth_clip_control",
"VK_KHR_portability_subset", // As per spec, we should enable this if present.
"VK_EXT_4444_formats",
};
private static readonly string[] _requiredExtensions = {