aboutsummaryrefslogtreecommitdiff
path: root/vulkan.py
diff options
context:
space:
mode:
authorCourtney Goeltzenleuchter <courtneygo@google.com>2015-11-30 15:22:41 -0700
committerJon Ashburn <jon@lunarg.com>2015-12-17 11:20:06 -0700
commitcccdce19011d78fcf3898e8f7385b3619f4a8a0a (patch)
tree77eb74c3d4dedded7e26ae376ec39cc4febb5c43 /vulkan.py
parent2dafae41b1f79bfb462eb37c1fdf3479879d9485 (diff)
downloadusermoji-cccdce19011d78fcf3898e8f7385b3619f4a8a0a.tar.xz
debug_report: make destroy have void return value
Diffstat (limited to 'vulkan.py')
-rwxr-xr-xvulkan.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/vulkan.py b/vulkan.py
index 897688f8..b41e5064 100755
--- a/vulkan.py
+++ b/vulkan.py
@@ -1130,7 +1130,7 @@ lunarg_debug_report = Extension(
Param("const VkAllocationCallbacks*", "pAllocator"),
Param("VkDebugReportCallbackLUNARG*", "pCallback")]),
- Proto("VkResult", "DestroyDebugReportCallbackLUNARG",
+ Proto("void", "DestroyDebugReportCallbackLUNARG",
[Param("VkInstance", "instance"),
Param("VkDebugReportCallbackLUNARG", "callback"),
Param("const VkAllocationCallbacks*", "pAllocator")]),