mirror of
https://git.naxdy.org/Mirror/Ryujinx.git
synced 2024-11-15 01:25:25 +00:00
Enable VK_EXT_4444_formats (#5525)
This commit is contained in:
parent
93aa40f1fb
commit
5a0aa074b6
|
@ -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 = {
|
||||
|
|
Loading…
Reference in a new issue