template <typename OwnerType, typename Dispatch>

class ObjectDestroy

Defined at line 6181 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

Public Methods

void ObjectDestroy<OwnerType, Dispatch> ()

Defined at line 6184 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

void ObjectDestroy<OwnerType, Dispatch> (OwnerType owner, Optional<const vk::AllocationCallbacks> allocationCallbacks, const Dispatch & dispatch)

Defined at line 6186 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

OwnerType getOwner ()

Defined at line 6195 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

Optional<const vk::AllocationCallbacks> getAllocator ()

Defined at line 6200 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

const Dispatch & getDispatch ()

Defined at line 6205 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp

Protected Methods

template <typename T>
void destroy (T t)

Defined at line 6212 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp