commit | 859ceab076fb0b01ce9428b10986ac5cca995fc4 | [log] [tgz] |
---|---|---|
author | Tony Barbour <tony@LunarG.com> | Thu Apr 16 19:23:13 2015 -0600 |
committer | Tony Barbour <tony@LunarG.com> | Thu Apr 16 19:35:00 2015 -0600 |
tree | 43fb681c612a64be0e2defc6b9359491464f33f1 | |
parent | 3e3420a0af896b1667d736a8a1ad54fe13580ec3 [diff] [blame] |
Bug 13632 Header 84 Add VkFlushMappedMemory
diff --git a/icd/intel/mem.c b/icd/intel/mem.c index 4c624ba..a0561a5 100644 --- a/icd/intel/mem.c +++ b/icd/intel/mem.c
@@ -153,6 +153,14 @@ return VK_SUCCESS; } +ICD_EXPORT VkResult VKAPI vkFlushMappedMemory( + VkDeviceMemory mem_, + VkDeviceSize offset, + VkDeviceSize size) +{ + return VK_SUCCESS; +} + ICD_EXPORT VkResult VKAPI vkPinSystemMemory( VkDevice device, const void* pSysMem,