Correct usage of VulkanRegistry_DIR
This commit is contained in:
@@ -543,7 +543,7 @@ namespace VULKAN_HPP_NAMESPACE
|
||||
return std::array<T, N>::operator[]( index );
|
||||
}
|
||||
|
||||
VULKAN_HPP_CONSTEXPR T & operator[]( int index ) VULKAN_HPP_NOEXCEPT
|
||||
T & operator[]( int index ) VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
return std::array<T, N>::operator[]( index );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user