Vulkan-Hpp
VkAllocationCallbacks Struct Reference

#include <vulkan_core.h>

Public Attributes

void * pUserData
 
PFN_vkAllocationFunction pfnAllocation
 
PFN_vkReallocationFunction pfnReallocation
 
PFN_vkFreeFunction pfnFree
 
PFN_vkInternalAllocationNotification pfnInternalAllocation
 
PFN_vkInternalFreeNotification pfnInternalFree
 

Detailed Description

Definition at line 2926 of file vulkan_core.h.

Member Data Documentation

◆ pfnAllocation

PFN_vkAllocationFunction VkAllocationCallbacks::pfnAllocation

Definition at line 2928 of file vulkan_core.h.

◆ pfnFree

PFN_vkFreeFunction VkAllocationCallbacks::pfnFree

Definition at line 2930 of file vulkan_core.h.

◆ pfnInternalAllocation

PFN_vkInternalAllocationNotification VkAllocationCallbacks::pfnInternalAllocation

Definition at line 2931 of file vulkan_core.h.

◆ pfnInternalFree

PFN_vkInternalFreeNotification VkAllocationCallbacks::pfnInternalFree

Definition at line 2932 of file vulkan_core.h.

◆ pfnReallocation

PFN_vkReallocationFunction VkAllocationCallbacks::pfnReallocation

Definition at line 2929 of file vulkan_core.h.

◆ pUserData

void* VkAllocationCallbacks::pUserData

Definition at line 2927 of file vulkan_core.h.


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