commit | d040c5c25acbea9cacfa90e346fe3a6095a15135 | [log] [tgz] |
---|---|---|
author | Courtney Goeltzenleuchter <courtney@LunarG.com> | Thu Jul 09 21:57:28 2015 -0600 |
committer | Courtney Goeltzenleuchter <courtney@LunarG.com> | Fri Jul 17 10:05:19 2015 -0600 |
tree | 01ff70e7683aee9687a153873e04b995d72da214 | |
parent | e307f588ada2a959cab1964216a66934e5f8ab9e [diff] [blame] |
bug-14184: Transient memory allocations
diff --git a/icd/intel/mem.c b/icd/intel/mem.c index d44ac7c..e559e2c 100644 --- a/icd/intel/mem.c +++ b/icd/intel/mem.c
@@ -125,3 +125,11 @@ { return VK_SUCCESS; } + +ICD_EXPORT VkResult VKAPI vkGetDeviceMemoryCommitment( + VkDevice device, + VkDeviceMemory memory, + VkDeviceSize* pCommittedMemoryInBytes) +{ + return VK_SUCCESS; +}