HDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
VkAllocationCallbacks Struct Reference

#include <vulkan_core.h>

Public Attributes

voidpUserData
 
PFN_vkAllocationFunction pfnAllocation
 
PFN_vkReallocationFunction pfnReallocation
 
PFN_vkFreeFunction pfnFree
 
PFN_vkInternalAllocationNotification pfnInternalAllocation
 
PFN_vkInternalFreeNotification pfnInternalFree
 

Detailed Description

Definition at line 2919 of file vulkan_core.h.

Member Data Documentation

PFN_vkAllocationFunction VkAllocationCallbacks::pfnAllocation

Definition at line 2921 of file vulkan_core.h.

PFN_vkFreeFunction VkAllocationCallbacks::pfnFree

Definition at line 2923 of file vulkan_core.h.

PFN_vkInternalAllocationNotification VkAllocationCallbacks::pfnInternalAllocation

Definition at line 2924 of file vulkan_core.h.

PFN_vkInternalFreeNotification VkAllocationCallbacks::pfnInternalFree

Definition at line 2925 of file vulkan_core.h.

PFN_vkReallocationFunction VkAllocationCallbacks::pfnReallocation

Definition at line 2922 of file vulkan_core.h.

void* VkAllocationCallbacks::pUserData

Definition at line 2920 of file vulkan_core.h.


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