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