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

#include <vulkan.hpp>

Public Member Functions

 ObjectRelease ()=default
 
 ObjectRelease (OwnerType owner, Dispatch const &dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT) VULKAN_HPP_NOEXCEPT
 
OwnerType getOwner () 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 Dispatch>
class vk::ObjectRelease< OwnerType, Dispatch >

Definition at line 6039 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ ObjectRelease() [1/2]

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

◆ ObjectRelease() [2/2]

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

Definition at line 6044 of file vulkan.hpp.

Member Function Documentation

◆ destroy()

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

Definition at line 6062 of file vulkan.hpp.

◆ getDispatch()

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

Definition at line 6055 of file vulkan.hpp.

◆ getOwner()

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

Definition at line 6050 of file vulkan.hpp.


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