Flutter Engine
The Flutter Engine
Loading...
Searching...
No Matches
Public Attributes | List of all members
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 2993 of file vulkan_core.h.

Member Data Documentation

◆ pfnAllocation

PFN_vkAllocationFunction VkAllocationCallbacks::pfnAllocation

Definition at line 2995 of file vulkan_core.h.

◆ pfnFree

PFN_vkFreeFunction VkAllocationCallbacks::pfnFree

Definition at line 2997 of file vulkan_core.h.

◆ pfnInternalAllocation

PFN_vkInternalAllocationNotification VkAllocationCallbacks::pfnInternalAllocation

Definition at line 2998 of file vulkan_core.h.

◆ pfnInternalFree

PFN_vkInternalFreeNotification VkAllocationCallbacks::pfnInternalFree

Definition at line 2999 of file vulkan_core.h.

◆ pfnReallocation

PFN_vkReallocationFunction VkAllocationCallbacks::pfnReallocation

Definition at line 2996 of file vulkan_core.h.

◆ pUserData

void* VkAllocationCallbacks::pUserData

Definition at line 2994 of file vulkan_core.h.


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