blob: 8f0d88b9d848c6a1c81aa874bd17813985cc5214 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[vkAllocateMemory,vkAllocateMemory]]
[source,c++]
----
VkResult vkAllocateMemory(
VkDevice device,
const VkMemoryAllocateInfo* pAllocateInfo,
const VkAllocationCallbacks* pAllocator,
VkDeviceMemory* pMemory);
----