Update for Vulkan-Docs 1.3.242
This commit is contained in:
parent
115820a6e5
commit
a3dd2655a3
12 changed files with 1203 additions and 578 deletions
|
|
@ -11684,6 +11684,19 @@ namespace std
|
|||
}
|
||||
};
|
||||
|
||||
template <>
|
||||
struct hash<VULKAN_HPP_NAMESPACE::QueryLowLatencySupportNV>
|
||||
{
|
||||
std::size_t operator()( VULKAN_HPP_NAMESPACE::QueryLowLatencySupportNV const & queryLowLatencySupportNV ) const VULKAN_HPP_NOEXCEPT
|
||||
{
|
||||
std::size_t seed = 0;
|
||||
VULKAN_HPP_HASH_COMBINE( seed, queryLowLatencySupportNV.sType );
|
||||
VULKAN_HPP_HASH_COMBINE( seed, queryLowLatencySupportNV.pNext );
|
||||
VULKAN_HPP_HASH_COMBINE( seed, queryLowLatencySupportNV.pQueriedLowLatencyData );
|
||||
return seed;
|
||||
}
|
||||
};
|
||||
|
||||
template <>
|
||||
struct hash<VULKAN_HPP_NAMESPACE::QueryPoolCreateInfo>
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue