Vulkan-Hpp
|
#include <vulkan_structs.hpp>
Public Types | |
using | NativeType = VkAllocationCallbacks |
Public Attributes | |
void * | pUserData = {} |
PFN_vkAllocationFunction | pfnAllocation = {} |
PFN_vkReallocationFunction | pfnReallocation = {} |
PFN_vkFreeFunction | pfnFree = {} |
PFN_vkInternalAllocationNotification | pfnInternalAllocation = {} |
PFN_vkInternalFreeNotification | pfnInternalFree = {} |
Definition at line 4512 of file vulkan_structs.hpp.
Definition at line 4514 of file vulkan_structs.hpp.
|
inline |
Definition at line 4517 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 4534 of file vulkan_structs.hpp.
|
inline |
Definition at line 4590 of file vulkan_structs.hpp.
|
inline |
Definition at line 4585 of file vulkan_structs.hpp.
|
inline |
Definition at line 4622 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 4541 of file vulkan_structs.hpp.
|
inline |
Definition at line 4612 of file vulkan_structs.hpp.
|
inline |
Definition at line 4554 of file vulkan_structs.hpp.
|
inline |
Definition at line 4566 of file vulkan_structs.hpp.
|
inline |
Definition at line 4572 of file vulkan_structs.hpp.
|
inline |
Definition at line 4578 of file vulkan_structs.hpp.
|
inline |
Definition at line 4560 of file vulkan_structs.hpp.
|
inline |
Definition at line 4548 of file vulkan_structs.hpp.
PFN_vkAllocationFunction vk::AllocationCallbacks::pfnAllocation = {} |
Definition at line 4629 of file vulkan_structs.hpp.
PFN_vkFreeFunction vk::AllocationCallbacks::pfnFree = {} |
Definition at line 4631 of file vulkan_structs.hpp.
PFN_vkInternalAllocationNotification vk::AllocationCallbacks::pfnInternalAllocation = {} |
Definition at line 4632 of file vulkan_structs.hpp.
PFN_vkInternalFreeNotification vk::AllocationCallbacks::pfnInternalFree = {} |
Definition at line 4633 of file vulkan_structs.hpp.
PFN_vkReallocationFunction vk::AllocationCallbacks::pfnReallocation = {} |
Definition at line 4630 of file vulkan_structs.hpp.
void* vk::AllocationCallbacks::pUserData = {} |
Definition at line 4628 of file vulkan_structs.hpp.