19 lines
911 B
Plaintext
19 lines
911 B
Plaintext
// WARNING: DO NOT MODIFY! This file is automatically generated from the vk.xml registry
|
|
ifndef::doctype-manpage[]
|
|
[[VkAllocationCallbacks,VkAllocationCallbacks]]
|
|
["source","{basebackend@docbook:c++:cpp}",title=""]
|
|
endif::doctype-manpage[]
|
|
ifdef::doctype-manpage[]
|
|
["source","{basebackend@docbook:c++:cpp}"]
|
|
endif::doctype-manpage[]
|
|
------------------------------------------------------------------------------
|
|
typedef struct VkAllocationCallbacks {
|
|
void* pUserData;
|
|
PFN_vkAllocationFunction pfnAllocation;
|
|
PFN_vkReallocationFunction pfnReallocation;
|
|
PFN_vkFreeFunction pfnFree;
|
|
PFN_vkInternalAllocationNotification pfnInternalAllocation;
|
|
PFN_vkInternalFreeNotification pfnInternalFree;
|
|
} VkAllocationCallbacks;
|
|
------------------------------------------------------------------------------
|