Simplified and corrected structure alias handling. (#1538)
This commit is contained in:
committed by
GitHub
parent
c45c87b559
commit
a11116394a
@@ -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 <>
|
||||
|
||||
Reference in New Issue
Block a user