From cccdce19011d78fcf3898e8f7385b3619f4a8a0a Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Mon, 30 Nov 2015 15:22:41 -0700 Subject: debug_report: make destroy have void return value --- vulkan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vulkan.py') 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")]), -- cgit v1.2.3