SDL 2.0
|
#include <vulkan.hpp>
Definition at line 5635 of file vulkan.hpp.
|
inline |
Definition at line 5637 of file vulkan.hpp.
|
inline |
Definition at line 5652 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5703 of file vulkan.hpp.
|
inline |
Definition at line 5698 of file vulkan.hpp.
|
inline |
Definition at line 5718 of file vulkan.hpp.
References operator==().
|
inline |
Definition at line 5657 of file vulkan.hpp.
References memcpy.
|
inline |
Definition at line 5708 of file vulkan.hpp.
References pfnAllocation, pfnFree, pfnInternalAllocation, pfnInternalFree, pfnReallocation, and pUserData.
Referenced by operator!=().
|
inline |
Definition at line 5668 of file vulkan.hpp.
References pfnAllocation.
|
inline |
Definition at line 5680 of file vulkan.hpp.
References pfnFree.
|
inline |
Definition at line 5686 of file vulkan.hpp.
References pfnInternalAllocation.
|
inline |
Definition at line 5692 of file vulkan.hpp.
References pfnInternalFree.
|
inline |
Definition at line 5674 of file vulkan.hpp.
References pfnReallocation.
|
inline |
Definition at line 5662 of file vulkan.hpp.
References pUserData.
PFN_vkAllocationFunction VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnAllocation |
Definition at line 5724 of file vulkan.hpp.
Referenced by operator==(), and setPfnAllocation().
PFN_vkFreeFunction VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnFree |
Definition at line 5726 of file vulkan.hpp.
Referenced by operator==(), and setPfnFree().
PFN_vkInternalAllocationNotification VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnInternalAllocation |
Definition at line 5727 of file vulkan.hpp.
Referenced by operator==(), and setPfnInternalAllocation().
PFN_vkInternalFreeNotification VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnInternalFree |
Definition at line 5728 of file vulkan.hpp.
Referenced by operator==(), and setPfnInternalFree().
PFN_vkReallocationFunction VULKAN_HPP_NAMESPACE::AllocationCallbacks::pfnReallocation |
Definition at line 5725 of file vulkan.hpp.
Referenced by operator==(), and setPfnReallocation().
void* VULKAN_HPP_NAMESPACE::AllocationCallbacks::pUserData |
Definition at line 5723 of file vulkan.hpp.
Referenced by operator==(), and setPUserData().