template <typename OwnerType, typename Dispatch>
class ObjectRelease
Defined at line 8304 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Public Methods
void ObjectRelease<OwnerType, Dispatch> ()
Defined at line 8307 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
void ObjectRelease<OwnerType, Dispatch> (OwnerType owner, const Dispatch & dispatch)
Defined at line 8309 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
OwnerType getOwner ()
Defined at line 8315 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
const Dispatch & getDispatch ()
Defined at line 8320 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp
Protected Methods
template <typename T>
void destroy (T t)
Defined at line 8327 of file ../../third_party/Vulkan-Headers/src/include/vulkan/vulkan.hpp