VkAllocationCallbacks

Undocumented in source but is binding to an external library. You might be able to learn more by searching the web for its name.

Members

Variables

pUserData
void* pUserData;
Undocumented in source.
pfnAllocation
PFN_vkAllocationFunction pfnAllocation;
Undocumented in source.
pfnFree
PFN_vkFreeFunction pfnFree;
Undocumented in source.
pfnInternalAllocation
PFN_vkInternalAllocationNotification pfnInternalAllocation;
Undocumented in source.
pfnInternalFree
PFN_vkInternalFreeNotification pfnInternalFree;
Undocumented in source.
pfnReallocation
PFN_vkReallocationFunction pfnReallocation;
Undocumented in source.

Meta