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