Vulkan-Hpp
vk::ObjectDestroy< NoParent, Dispatch > Class Template Reference

#include <vulkan.hpp>

Public Member Functions

 ObjectDestroy ()=default
 
 ObjectDestroy (Optional< const AllocationCallbacks > allocationCallbacks, Dispatch const &dispatch VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT) VULKAN_HPP_NOEXCEPT
 
Optional< const AllocationCallbacksgetAllocator () 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 Dispatch>
class vk::ObjectDestroy< NoParent, Dispatch >

Definition at line 5959 of file vulkan.hpp.

Constructor & Destructor Documentation

◆ ObjectDestroy() [1/2]

template<typename Dispatch >
vk::ObjectDestroy< NoParent, Dispatch >::ObjectDestroy ( )
default

◆ ObjectDestroy() [2/2]

template<typename Dispatch >
vk::ObjectDestroy< NoParent, Dispatch >::ObjectDestroy ( Optional< const AllocationCallbacks allocationCallbacks,
Dispatch const &dispatch  VULKAN_HPP_DEFAULT_DISPATCHER_ASSIGNMENT 
)
inline

Definition at line 5964 of file vulkan.hpp.

Member Function Documentation

◆ destroy()

template<typename Dispatch >
template<typename T >
void vk::ObjectDestroy< NoParent, Dispatch >::destroy ( t)
inlineprotected

Definition at line 5983 of file vulkan.hpp.

◆ getAllocator()

template<typename Dispatch >
Optional<const AllocationCallbacks> vk::ObjectDestroy< NoParent, Dispatch >::getAllocator ( ) const
inline

Definition at line 5971 of file vulkan.hpp.

◆ getDispatch()

template<typename Dispatch >
Dispatch const& vk::ObjectDestroy< NoParent, Dispatch >::getDispatch ( ) const
inline

Definition at line 5976 of file vulkan.hpp.


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