1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

hwcontext_vulkan: do not enable portability subset by default

It doesn't make sense to, and could result in the implementation
picking emulation layers.
This commit is contained in:
Lynne
2024-12-18 13:14:27 +09:00
parent bf9f921ef7
commit 18af3a1db2

View File

@@ -573,7 +573,9 @@ typedef struct VulkanOptExtension {
} VulkanOptExtension;
static const VulkanOptExtension optional_instance_exts[] = {
#ifdef __APPLE__
{ VK_KHR_PORTABILITY_ENUMERATION_EXTENSION_NAME, FF_VK_EXT_NO_FLAG },
#endif
};
static const VulkanOptExtension optional_device_exts[] = {