template <typename OwnerType, typename Dispatch>
class ObjectRelease
Defined at line 6307 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Public Methods
void ObjectRelease<OwnerType, Dispatch> ()
Defined at line 6310 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
void ObjectRelease<OwnerType, Dispatch> (OwnerType owner, const Dispatch & dispatch)
Defined at line 6312 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
OwnerType getOwner ()
Defined at line 6318 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
const Dispatch & getDispatch ()
Defined at line 6323 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Protected Methods
template <typename T>
void destroy (T t)
Defined at line 6330 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp