aboutsummaryrefslogtreecommitdiff
path: root/vulkan.py
diff options
context:
space:
mode:
authorJon Ashburn <jon@lunarg.com>2015-06-16 12:44:51 -0600
committerCourtney Goeltzenleuchter <courtney@LunarG.com>2015-06-18 10:22:58 -0600
commitd7130cb41fef9c36c41c8d3a3f60ae4b0b7484b6 (patch)
tree7d8ce1fe2bd643d347da1010da3c4ad4cfe185d6 /vulkan.py
parente35b0a6c77018bd5b6df570e48bb6ae97cb6c003 (diff)
downloadusermoji-d7130cb41fef9c36c41c8d3a3f60ae4b0b7484b6.tar.xz
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.
Diffstat (limited to 'vulkan.py')
-rwxr-xr-xvulkan.py6
1 files changed, 0 insertions, 6 deletions
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"),