template <typename OwnerType, typename Dispatch>
class ObjectDestroy
Defined at line 8136 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Public Methods
void ObjectDestroy<OwnerType, Dispatch> ()
Defined at line 8139 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
void ObjectDestroy<OwnerType, Dispatch> (OwnerTypeowner,Optional<const AllocationCallbacks>allocationCallbacks,const Dispatch &dispatch)
Defined at line 8141 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
OwnerType getOwner ()
Defined at line 8150 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Optional<const AllocationCallbacks> getAllocator ()
Defined at line 8155 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
const Dispatch & getDispatch ()
Defined at line 8160 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Protected Methods
template <typename T>
void destroy (T t)
Defined at line 8167 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp