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:
parent
bf9f921ef7
commit
18af3a1db2
1 changed files with 2 additions and 0 deletions
|
|
@ -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[] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue