1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[PFN_vkReallocationFunction,PFN_vkReallocationFunction]] 3[source,c++] 4---- 5typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)( 6 void* pUserData, 7 void* pOriginal, 8 size_t size, 9 size_t alignment, 10 VkSystemAllocationScope allocationScope); 11 12---- 13