Function VkDeviceCmds.AllocateMemory

Commands for VK_VERSION_1_0

VkResult AllocateMemory (
  VkDevice_T* device,
  const(VkMemoryAllocateInfo)* pAllocateInfo,
  const(VkAllocationCallbacks)* pAllocator,
  VkDeviceMemory_T** pMemory
);