From 6743c2b83736f97cd304c22e232a14b59902d650 Mon Sep 17 00:00:00 2001 From: Courtney Goeltzenleuchter Date: Tue, 27 Oct 2015 11:19:02 -0600 Subject: Bug 14621: Change vkGet* functions to not return VkResult Missed one function in prior patch. --- layers/param_checker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'layers/param_checker.cpp') diff --git a/layers/param_checker.cpp b/layers/param_checker.cpp index 793a4239..4b93577f 100644 --- a/layers/param_checker.cpp +++ b/layers/param_checker.cpp @@ -2055,7 +2055,7 @@ bool PostGetPhysicalDeviceQueueFamilyProperties( return true; } -VK_LAYER_EXPORT VkResult VKAPI vkGetPhysicalDeviceQueueProperties( +VK_LAYER_EXPORT void VKAPI vkGetPhysicalDeviceQueueFamilyProperties( VkPhysicalDevice physicalDevice, uint32_t* pCount, VkQueueFamilyProperties* pQueueProperties) -- cgit v1.2.3