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