template <typename OwnerType, typename Dispatch>
class ObjectFree
Defined at line 8260 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Public Methods
void ObjectFree<OwnerType, Dispatch> ()
Defined at line 8263 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
void ObjectFree<OwnerType, Dispatch> (OwnerTypeowner,Optional<const AllocationCallbacks>allocationCallbacks,const Dispatch &dispatch)
Defined at line 8265 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
OwnerType getOwner ()
Defined at line 8274 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Optional<const AllocationCallbacks> getAllocator ()
Defined at line 8279 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
const Dispatch & getDispatch ()
Defined at line 8284 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Protected Methods
template <typename T>
void destroy (T t)
Defined at line 8291 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp