|
HDK
|
#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 4172 of file vulkan_structs.hpp.
Definition at line 4174 of file vulkan_structs.hpp.
|
inline |
Definition at line 4177 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 4194 of file vulkan_structs.hpp.
|
inline |
Definition at line 4250 of file vulkan_structs.hpp.
|
inline |
Definition at line 4245 of file vulkan_structs.hpp.
|
inline |
Definition at line 4282 of file vulkan_structs.hpp.
|
default |
|
inline |
Definition at line 4201 of file vulkan_structs.hpp.
|
inline |
Definition at line 4272 of file vulkan_structs.hpp.
|
inline |
Definition at line 4214 of file vulkan_structs.hpp.
|
inline |
Definition at line 4226 of file vulkan_structs.hpp.
|
inline |
Definition at line 4232 of file vulkan_structs.hpp.
|
inline |
Definition at line 4238 of file vulkan_structs.hpp.
|
inline |
Definition at line 4220 of file vulkan_structs.hpp.
|
inline |
Definition at line 4208 of file vulkan_structs.hpp.
| PFN_vkAllocationFunction VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnAllocation = {} |
Definition at line 4289 of file vulkan_structs.hpp.
| PFN_vkFreeFunction VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnFree = {} |
Definition at line 4291 of file vulkan_structs.hpp.
| PFN_vkInternalAllocationNotification VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnInternalAllocation = {} |
Definition at line 4292 of file vulkan_structs.hpp.
| PFN_vkInternalFreeNotification VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnInternalFree = {} |
Definition at line 4293 of file vulkan_structs.hpp.
| PFN_vkReallocationFunction VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnReallocation = {} |
Definition at line 4290 of file vulkan_structs.hpp.
| void* VULKAN_HPP_NAMESPACE::AllocationCallbacks::pUserData = {} |
Definition at line 4288 of file vulkan_structs.hpp.