// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry [[PFN_vkInternalAllocationNotification,PFN_vkInternalAllocationNotification]] [source,c++] ---- typedef void (VKAPI_PTR *PFN_vkInternalAllocationNotification)( void* pUserData, size_t size, VkInternalAllocationType allocationType, VkSystemAllocationScope allocationScope); ----