commit | 01d2ae18f05184e04eb29a2ab30480f8d4660d25 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Tue Oct 20 16:40:38 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Oct 23 17:31:14 2015 -0600 |
tree | 0e1737cc583d3ea229c0ef972f02ff25fa1b0596 | |
parent | 0ed02cf2dbeb42e2ff4fdf25583316f6850b72aa [diff] [blame] |
Bug 14621: Change vkGet* functions to not return VkResult
diff --git a/icd/intel/mem.c b/icd/intel/mem.c index 3739978..21936a5 100644 --- a/icd/intel/mem.c +++ b/icd/intel/mem.c
@@ -122,10 +122,9 @@ return VK_SUCCESS; } -ICD_EXPORT VkResult VKAPI vkGetDeviceMemoryCommitment( +ICD_EXPORT void VKAPI vkGetDeviceMemoryCommitment( VkDevice device, VkDeviceMemory memory, VkDeviceSize* pCommittedMemoryInBytes) { - return VK_SUCCESS; }