aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-06-16 15:06:44 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-18 10:22:58 -0600
commit81db991ada000002fe7ffa65178b238bf2608021 (patch)
treee21d2287d53bd148475019fe0782901fbd8ec253 /include
parentd7130cb41fef9c36c41c8d3a3f60ae4b0b7484b6 (diff)
downloadusermoji-81db991ada000002fe7ffa65178b238bf2608021.tar.xz
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
Diffstat (limited to 'include')
-rw-r--r--include/vk_wsi_lunarg.h1
1 files changed, 0 insertions, 1 deletions
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