[BOT] update dependencies

This commit is contained in:
Kbz-8
2024-12-22 00:40:35 +00:00
committed by GitHub
parent 4e326db10d
commit 5244cde0ae
9 changed files with 1130 additions and 289 deletions

View File

@@ -2400,7 +2400,13 @@ namespace VULKAN_HPP_NAMESPACE
{ { "VK_VERSION_1_0",
{ {
"VK_KHR_cooperative_matrix",
} } } } }
} } } } },
{ "VK_EXT_vertex_attribute_robustness",
{ { "VK_VERSION_1_0",
{ {
"VK_KHR_get_physical_device_properties2",
} } },
{ "VK_VERSION_1_1", { {} } } } }
};
auto depIt = dependencies.find( extension );
return ( depIt != dependencies.end() ) ? depIt->second : noDependencies;