aboutsummaryrefslogtreecommitdiff
path: root/vulkan.py
diff options
context:
space:
mode:
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")]),