Simplified and corrected structure alias handling. (#1538)

This commit is contained in:
Andreas Süßenbach
2023-03-21 11:22:48 +01:00
committed by GitHub
parent c45c87b559
commit a11116394a
4 changed files with 30 additions and 44 deletions

View File

@@ -4324,6 +4324,7 @@ namespace std
}
};
# if defined( VK_USE_PLATFORM_SCI )
template <>
struct hash<VULKAN_HPP_NAMESPACE::PhysicalDeviceExternalMemorySciBufFeaturesNV>
{
@@ -4338,6 +4339,7 @@ namespace std
return seed;
}
};
# endif /*VK_USE_PLATFORM_SCI*/
# if defined( VK_USE_PLATFORM_SCI )
template <>