From d7130cb41fef9c36c41c8d3a3f60ae4b0b7484b6 Mon Sep 17 00:00:00 2001 From: Jon Ashburn Date: Tue, 16 Jun 2015 12:44:51 -0600 Subject: misc: Remove GetDisplayInfoWSI() This entry point was a challenge for loader to handle correctly. Since it is going away in the new WSI proposal remove it in all components. --- vulkan.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'vulkan.py') diff --git a/vulkan.py b/vulkan.py index a83aa8d2..a72614ff 100755 --- a/vulkan.py +++ b/vulkan.py @@ -867,12 +867,6 @@ wsi_lunarg = Extension( "VkDbgMsgCallback", ], protos=[ - Proto("VkResult", "GetDisplayInfoWSI", - [Param("VkDisplayWSI", "display"), - Param("VkDisplayInfoTypeWSI", "infoType"), - Param("size_t*", "pDataSize"), - Param("void*", "pData")]), - Proto("VkResult", "CreateSwapChainWSI", [Param("VkDevice", "device"), Param("const VkSwapChainCreateInfoWSI*", "pCreateInfo"), -- cgit v1.2.3