1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkMapMemory,vkMapMemory]] 3[source,c++] 4---- 5VkResult vkMapMemory( 6 VkDevice device, 7 VkDeviceMemory memory, 8 VkDeviceSize offset, 9 VkDeviceSize size, 10 VkMemoryMapFlags flags, 11 void** ppData); 12---- 13