[BOT] update dependencies

This commit is contained in:
Kbz-8
2024-01-26 01:04:34 +00:00
committed by GitHub
parent 528867bc7b
commit 1e2f2880ae
13 changed files with 5534 additions and 1143 deletions

View File

@@ -182,6 +182,13 @@ namespace VULKAN_HPP_NAMESPACE
return bool( m_handle );
}
# if defined( VULKAN_HPP_SMART_HANDLE_IMPLICIT_CAST )
operator HandleType() const VULKAN_HPP_NOEXCEPT
{
return m_handle;
}
# endif
const HandleType * operator->() const VULKAN_HPP_NOEXCEPT
{
return &m_handle;