SDL
2.0
|
#include <vulkan.hpp>
Public Member Functions | |
PoolFree (OwnerType owner=OwnerType(), PoolType pool=PoolType(), Dispatch const &dispatch=Dispatch()) | |
OwnerType | getOwner () const |
PoolType | getPool () const |
Protected Member Functions | |
template<typename T > | |
void | destroy (T t) |
Private Attributes | |
OwnerType | m_owner |
PoolType | m_pool |
Dispatch const * | m_dispatch |
Definition at line 2591 of file vulkan.hpp.
|
inline |
Definition at line 2594 of file vulkan.hpp.
|
inlineprotected |
|
inline |
Definition at line 2600 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::m_owner.
|
inline |
Definition at line 2601 of file vulkan.hpp.
References VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::m_pool.
|
private |
Definition at line 2613 of file vulkan.hpp.
Referenced by VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::destroy().
|
private |
Definition at line 2611 of file vulkan.hpp.
Referenced by VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::destroy(), and VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::getOwner().
|
private |
Definition at line 2612 of file vulkan.hpp.
Referenced by VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::destroy(), and VULKAN_HPP_NAMESPACE::PoolFree< OwnerType, PoolType, Dispatch >::getPool().