Enable VK_EXT_4444_formats (#5525)

This commit is contained in:
sunshineinabox 2023-08-03 13:46:23 -07:00 committed by GitHub
parent 93aa40f1fb
commit 5a0aa074b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 = {