Expose the dispatch member of deleters (#1569)
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
|
||||
OwnerType getOwner() const VULKAN_HPP_NOEXCEPT { return m_owner; }
|
||||
PoolType getPool() const VULKAN_HPP_NOEXCEPT { return m_pool; }
|
||||
Dispatch const & getDispatch() const VULKAN_HPP_NOEXCEPT { return *m_dispatch; }
|
||||
|
||||
protected:
|
||||
template <typename T>
|
||||
|
||||
Reference in New Issue
Block a user