Function VkDeviceCmds.MapMemory
Commands for VK_VERSION_1_0
VkResult MapMemory
(
VkDevice_T* device,
VkDeviceMemory_T* memory,
ulong offset,
ulong size,
uint flags,
void** ppData
);