diff options
| author | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-27 11:19:02 -0600 |
|---|---|---|
| committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | 2015-10-27 11:52:46 -0600 |
| commit | 6743c2b83736f97cd304c22e232a14b59902d650 (patch) | |
| tree | 298cfe03505d646d31eef9d6514c20e91aba7fbf /layers/param_checker.cpp | |
| parent | 55234c44d18f7370d21bd2858ee99ea74159ce49 (diff) | |
| download | usermoji-6743c2b83736f97cd304c22e232a14b59902d650.tar.xz | |
Bug 14621: Change vkGet* functions to not return VkResult
Missed one function in prior patch.
Diffstat (limited to 'layers/param_checker.cpp')
| -rw-r--r-- | layers/param_checker.cpp | 2 |
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) |
