aboutsummaryrefslogtreecommitdiff
path: root/layers/param_checker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'layers/param_checker.cpp')
-rw-r--r--layers/param_checker.cpp2
1 files changed, 1 insertions, 1 deletions
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)