blob: f301405a1440f1c7c177ef07a575d26e4681e75f [file] [log] [blame]
// 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);
----