Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
VkAllocationCallbacks Struct Reference

#include <vulkan_core.h>

Data Fields

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

Detailed Description

Definition at line 3028 of file vulkan_core.h.

Field Documentation

◆ pfnAllocation

PFN_vkAllocationFunction VkAllocationCallbacks::pfnAllocation

Definition at line 3030 of file vulkan_core.h.

◆ pfnFree

PFN_vkFreeFunction VkAllocationCallbacks::pfnFree

Definition at line 3032 of file vulkan_core.h.

◆ pfnInternalAllocation

PFN_vkInternalAllocationNotification VkAllocationCallbacks::pfnInternalAllocation

Definition at line 3033 of file vulkan_core.h.

◆ pfnInternalFree

PFN_vkInternalFreeNotification VkAllocationCallbacks::pfnInternalFree

Definition at line 3034 of file vulkan_core.h.

◆ pfnReallocation

PFN_vkReallocationFunction VkAllocationCallbacks::pfnReallocation

Definition at line 3031 of file vulkan_core.h.

◆ pUserData

void* VkAllocationCallbacks::pUserData

Definition at line 3029 of file vulkan_core.h.


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