1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry 2[[PFN_vkFreeFunction,PFN_vkFreeFunction]] 3[source,c++] 4---- 5typedef void (VKAPI_PTR *PFN_vkFreeFunction)( 6 void* pUserData, 7 void* pMemory); 8 9---- 10