summaryrefslogtreecommitdiffstats
path: root/src/vulkan/anv_device.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/vulkan/anv_device.c')
-rw-r--r--src/vulkan/anv_device.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/vulkan/anv_device.c b/src/vulkan/anv_device.c
index e83bd4bf272..7ae11d6560b 100644
--- a/src/vulkan/anv_device.c
+++ b/src/vulkan/anv_device.c
@@ -637,10 +637,6 @@ static const VkExtensionProperties global_extensions[] = {
.extName = "VK_WSI_swapchain",
.specVersion = 12
},
- {
- .extName = "VK_WSI_LunarG",
- .specVersion = 3
- }
};
VkResult anv_GetGlobalExtensionProperties(
@@ -662,6 +658,10 @@ VkResult anv_GetGlobalExtensionProperties(
}
static const VkExtensionProperties device_extensions[] = {
+ {
+ .extName = "VK_WSI_device_swapchain",
+ .specVersion = 12
+ },
};
VkResult anv_GetPhysicalDeviceExtensionProperties(