SDL 2.0
VkAllocationCallbacks Struct Reference

#include <vulkan_core.h>

Data Fields

voidpUserData
 
PFN_vkAllocationFunction pfnAllocation
 
PFN_vkReallocationFunction pfnReallocation
 
PFN_vkFreeFunction pfnFree
 
PFN_vkInternalAllocationNotification pfnInternalAllocation
 
PFN_vkInternalFreeNotification pfnInternalFree
 

Detailed Description

Definition at line 1784 of file vulkan_core.h.

Field Documentation

◆ pfnAllocation

PFN_vkAllocationFunction VkAllocationCallbacks::pfnAllocation

Definition at line 1786 of file vulkan_core.h.

◆ pfnFree

PFN_vkFreeFunction VkAllocationCallbacks::pfnFree

Definition at line 1788 of file vulkan_core.h.

◆ pfnInternalAllocation

PFN_vkInternalAllocationNotification VkAllocationCallbacks::pfnInternalAllocation

Definition at line 1789 of file vulkan_core.h.

◆ pfnInternalFree

PFN_vkInternalFreeNotification VkAllocationCallbacks::pfnInternalFree

Definition at line 1790 of file vulkan_core.h.

◆ pfnReallocation

PFN_vkReallocationFunction VkAllocationCallbacks::pfnReallocation

Definition at line 1787 of file vulkan_core.h.

◆ pUserData

void* VkAllocationCallbacks::pUserData

Definition at line 1785 of file vulkan_core.h.


The documentation for this struct was generated from the following file: