SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
ObjectDestroy (OwnerType owner=OwnerType(), Optional< const AllocationCallbacks > allocationCallbacks=nullptr, Dispatch const &dispatch=Dispatch()) | |
OwnerType | getOwner () const |
Optional< const AllocationCallbacks > | getAllocator () const |
Protected Member Functions | |
template<typename T > | |
void | destroy (T t) |
Private Attributes | |
OwnerType | m_owner |
Optional< const AllocationCallbacks > | m_allocationCallbacks |
Dispatch const * | m_dispatch |
Definition at line 2514 of file vulkan.hpp.
|
inline |
Definition at line 2517 of file vulkan.hpp.
|
inlineprotected |
Definition at line 2528 of file vulkan.hpp.
|
inline |
Definition at line 2524 of file vulkan.hpp.
|
inline |
Definition at line 2523 of file vulkan.hpp.
|
private |
Definition at line 2535 of file vulkan.hpp.
|
private |
Definition at line 2536 of file vulkan.hpp.
|
private |
Definition at line 2534 of file vulkan.hpp.