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