blob: 526541b16deda5f1667e73c968a3eccd96a345c2 [file] [log] [blame]
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
[[PFN_vkFreeFunction,PFN_vkFreeFunction]]
[source,c++]
----
typedef void (VKAPI_PTR *PFN_vkFreeFunction)(
void* pUserData,
void* pMemory);
----