mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Add optional attribute "specialuse", currently ignored. (#474)
This commit is contained in:
parent
d5f58e07dd
commit
55517484be
@ -3655,6 +3655,7 @@ void VulkanHppGenerator::readExtension(tinyxml2::XMLElement const* element)
|
||||
{ "provisional",{} },
|
||||
{ "requires",{} },
|
||||
{ "requiresCore",{} },
|
||||
{ "specialuse", {} },
|
||||
{ "type",{ "device", "instance" } }
|
||||
});
|
||||
std::vector<tinyxml2::XMLElement const*> children = getChildElements(element);
|
||||
|
Loading…
Reference in New Issue
Block a user