1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[vkAllocateMemory,vkAllocateMemory]] 3[source,c++] 4---- 5VkResult vkAllocateMemory( 6 VkDevice device, 7 const VkMemoryAllocateInfo* pAllocateInfo, 8 const VkAllocationCallbacks* pAllocator, 9 VkDeviceMemory* pMemory); 10---- 11