Unverified Commit 4b7e1393 authored by Lynne's avatar Lynne

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.
parent 251e4ad0
......@@ -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[] = {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment