• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
2[[VkAllocationCallbacks,VkAllocationCallbacks]]
3[source,c++]
4----
5typedef struct VkAllocationCallbacks {
6    void*                                   pUserData;
7    PFN_vkAllocationFunction                pfnAllocation;
8    PFN_vkReallocationFunction              pfnReallocation;
9    PFN_vkFreeFunction                      pfnFree;
10    PFN_vkInternalAllocationNotification    pfnInternalAllocation;
11    PFN_vkInternalFreeNotification          pfnInternalFree;
12} VkAllocationCallbacks;
13----
14