hwcontext_vulkan: don't add the optional VK_KHR_surface extension by default

Both API and CLI users can enable any extension they'd like using the options.
This commit is contained in:
Lynne 2020-05-12 20:40:29 +01:00
parent 251e4ad0ad
commit 4b7e13931f
No known key found for this signature in database
GPG Key ID: A2FEA5F03F034464
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ typedef struct VulkanOptExtension {
} VulkanOptExtension;
static const VulkanOptExtension optional_instance_exts[] = {
{ VK_KHR_SURFACE_EXTENSION_NAME, EXT_NO_FLAG },
/* For future use */
};
static const VulkanOptExtension optional_device_exts[] = {