blob: 420a6453271a493d194547ad5bdf80f626e8b0d2 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[PFN_vkReallocationFunction,PFN_vkReallocationFunction]]
[source,c++]
----
typedef void* (VKAPI_PTR *PFN_vkReallocationFunction)(
void* pUserData,
void* pOriginal,
size_t size,
size_t alignment,
VkSystemAllocationScope allocationScope);
----