Vulkan-Hpp
vk::PoolFree< OwnerType, PoolType, Dispatch > Class Template Reference

#include <vulkan.hpp>

Public Member Functions

 PoolFree ()=default
 
 PoolFree (OwnerType owner, PoolType pool, Dispatch const &dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT) VULKAN_HPP_NOEXCEPT
 
OwnerType getOwner () const VULKAN_HPP_NOEXCEPT
 
PoolType getPool () const VULKAN_HPP_NOEXCEPT
 
Dispatch const & getDispatch () const VULKAN_HPP_NOEXCEPT
 

Protected Member Functions

template<typename T >
void destroy (T t) VULKAN_HPP_NOEXCEPT
 

Detailed Description

template<typename OwnerType, typename PoolType, typename Dispatch>
class vk::PoolFree< OwnerType, PoolType, Dispatch >

Definition at line 6074 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ PoolFree() [1/2]

template<typename OwnerType , typename PoolType , typename Dispatch >
vk::PoolFree< OwnerType, PoolType, Dispatch >::PoolFree ( )
default

◆ PoolFree() [2/2]

template<typename OwnerType , typename PoolType , typename Dispatch >
vk::PoolFree< OwnerType, PoolType, Dispatch >::PoolFree ( OwnerType  owner,
PoolType  pool,
Dispatch const &dispatch  VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT 
)
inline

Definition at line 6079 of file vulkan.hpp.

Member Function Documentation

◆ destroy()

template<typename OwnerType , typename PoolType , typename Dispatch >
template<typename T >
void vk::PoolFree< OwnerType, PoolType, Dispatch >::destroy ( t)
inlineprotected

Definition at line 6103 of file vulkan.hpp.

◆ getDispatch()

template<typename OwnerType , typename PoolType , typename Dispatch >
Dispatch const& vk::PoolFree< OwnerType, PoolType, Dispatch >::getDispatch ( ) const
inline

Definition at line 6096 of file vulkan.hpp.

◆ getOwner()

template<typename OwnerType , typename PoolType , typename Dispatch >
OwnerType vk::PoolFree< OwnerType, PoolType, Dispatch >::getOwner ( ) const
inline

Definition at line 6086 of file vulkan.hpp.

◆ getPool()

template<typename OwnerType , typename PoolType , typename Dispatch >
PoolType vk::PoolFree< OwnerType, PoolType, Dispatch >::getPool ( ) const
inline

Definition at line 6091 of file vulkan.hpp.


The documentation for this class was generated from the following file: