diff options
Diffstat (limited to 'vulkan.py')
| -rwxr-xr-x | vulkan.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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")]), |
