From 81db991ada000002fe7ffa65178b238bf2608021 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 16 Jun 2015 15:06:44 -0600 Subject: misc: Remove VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSI This is only used for getting display object which is no longer needed since the GetDisplayInfoWSI() functions is removed --- include/vk_wsi_lunarg.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/vk_wsi_lunarg.h b/include/vk_wsi_lunarg.h index 40288622..5fea9679 100644 --- a/include/vk_wsi_lunarg.h +++ b/include/vk_wsi_lunarg.h @@ -50,7 +50,6 @@ VK_DEFINE_DISP_SUBCLASS_HANDLE(VkSwapChainWSI, VkObject) #define VK_WSI_LUNARG_ENUM(type,id) ((type)(VK_WSI_LUNARG_EXTENSION_NUMBER * -1000 + (id))) // Extend VkPhysicalDeviceInfoType enum with extension specific constants -#define VK_PHYSICAL_DEVICE_INFO_TYPE_DISPLAY_PROPERTIES_WSI VK_WSI_LUNARG_ENUM(VkPhysicalDeviceInfoType, 0) #define VK_PHYSICAL_DEVICE_INFO_TYPE_QUEUE_PRESENT_PROPERTIES_WSI VK_WSI_LUNARG_ENUM(VkPhysicalDeviceInfoType, 1) // Extend VkStructureType enum with extension specific constants -- cgit v1.2.3