From a5fa53b8675cffc5d07450e6c8202f9821309385 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Thu, 18 Jun 2015 17:28:20 -0600 Subject: bug 14016: Make vkResetFences take const pFences https://cvs.khronos.org/bugzilla/show_bug.cgi?id=14016 --- vulkan.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vulkan.py') diff --git a/vulkan.py b/vulkan.py index 7fa074a1..e9905675 100755 --- a/vulkan.py +++ b/vulkan.py @@ -369,7 +369,7 @@ core = Extension( Proto("VkResult", "ResetFences", [Param("VkDevice", "device"), Param("uint32_t", "fenceCount"), - Param("VkFence*", "pFences")]), + Param("const VkFence*", "pFences")]), Proto("VkResult", "GetFenceStatus", [Param("VkDevice", "device"), -- cgit v1.2.3