RetroArch
Public Attributes | List of all members
VkAllocationCallbacks Struct Reference

#include <vulkan_core.h>

Collaboration diagram for VkAllocationCallbacks:
[legend]

Public Attributes

voidpUserData
 
PFN_vkAllocationFunction pfnAllocation
 
PFN_vkReallocationFunction pfnReallocation
 
PFN_vkFreeFunction pfnFree
 
PFN_vkInternalAllocationNotification pfnInternalAllocation
 
PFN_vkInternalFreeNotification pfnInternalFree
 

Member Data Documentation

◆ pfnAllocation

PFN_vkAllocationFunction VkAllocationCallbacks::pfnAllocation

◆ pfnFree

PFN_vkFreeFunction VkAllocationCallbacks::pfnFree

◆ pfnInternalAllocation

PFN_vkInternalAllocationNotification VkAllocationCallbacks::pfnInternalAllocation

◆ pfnInternalFree

PFN_vkInternalFreeNotification VkAllocationCallbacks::pfnInternalFree

◆ pfnReallocation

PFN_vkReallocationFunction VkAllocationCallbacks::pfnReallocation

◆ pUserData

void* VkAllocationCallbacks::pUserData

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