struct AllocationCallbacks

Defined at line 4506 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

Public Members

void * pUserData
vk::PFN_AllocationFunction pfnAllocation
vk::PFN_ReallocationFunction pfnReallocation
vk::PFN_FreeFunction pfnFree
vk::PFN_InternalAllocationNotification pfnInternalAllocation
vk::PFN_InternalFreeNotification pfnInternalFree

Public Methods

void AllocationCallbacks (void * pUserData_, vk::PFN_AllocationFunction pfnAllocation_, vk::PFN_ReallocationFunction pfnReallocation_, vk::PFN_FreeFunction pfnFree_, vk::PFN_InternalAllocationNotification pfnInternalAllocation_, vk::PFN_InternalFreeNotification pfnInternalFree_)

Defined at line 4511 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void AllocationCallbacks (const AllocationCallbacks & rhs)

Defined at line 4526 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void AllocationCallbacks (const VkAllocationCallbacks & rhs)

Defined at line 4528 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

void AllocationCallbacks (void * pUserData_, PFN_vkAllocationFunction pfnAllocation_, PFN_vkReallocationFunction pfnReallocation_, PFN_vkFreeFunction pfnFree_, PFN_vkInternalAllocationNotification pfnInternalAllocation_, PFN_vkInternalFreeNotification pfnInternalFree_)

Defined at line 4539 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & operator= (const AllocationCallbacks & rhs)

Defined at line 4559 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & operator= (const VkAllocationCallbacks & rhs)

Defined at line 4562 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPUserData (void * pUserData_)

Defined at line 4569 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnAllocation (vk::PFN_AllocationFunction pfnAllocation_)

Defined at line 4575 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnReallocation (vk::PFN_ReallocationFunction pfnReallocation_)

Defined at line 4581 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnFree (vk::PFN_FreeFunction pfnFree_)

Defined at line 4587 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnInternalAllocation (vk::PFN_InternalAllocationNotification pfnInternalAllocation_)

Defined at line 4593 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnInternalFree (vk::PFN_InternalFreeNotification pfnInternalFree_)

Defined at line 4600 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnAllocation (PFN_vkAllocationFunction pfnAllocation_)

Defined at line 4613 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnReallocation (PFN_vkReallocationFunction pfnReallocation_)

Defined at line 4620 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnInternalAllocation (PFN_vkInternalAllocationNotification pfnInternalAllocation_)

Defined at line 4627 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

AllocationCallbacks & setPfnInternalFree (PFN_vkInternalFreeNotification pfnInternalFree_)

Defined at line 4634 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

const VkAllocationCallbacks & operator const VkAllocationCallbacks & ()

Defined at line 4645 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

VkAllocationCallbacks & operator VkAllocationCallbacks & ()

Defined at line 4650 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

bool operator== (const AllocationCallbacks & rhs)

Defined at line 4672 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp

bool operator!= (const AllocationCallbacks & rhs)

Defined at line 4682 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan_structs.hpp