SDL 2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ObjectDestroy (Optional< const AllocationCallbacks > allocationCallbacks=nullptr, Dispatch const &dispatch=Dispatch()) | |
Optional< const AllocationCallbacks > | getAllocator () const |
Protected Member Functions | |
template<typename T > | |
void | destroy (T t) |
Private Attributes | |
Optional< const AllocationCallbacks > | m_allocationCallbacks |
Dispatch const * | m_dispatch |
Definition at line 2542 of file vulkan.hpp.
|
inline |
Definition at line 2545 of file vulkan.hpp.
|
inlineprotected |
Definition at line 2554 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >::m_allocationCallbacks, and VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >::m_dispatch.
|
inline |
Definition at line 2550 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::ObjectDestroy< OwnerType, Dispatch >::m_allocationCallbacks.
|
private |
Definition at line 2560 of file vulkan.hpp.
|
private |
Definition at line 2561 of file vulkan.hpp.