Add optional attribute "specialuse", currently ignored. (#474)

This commit is contained in:
Andreas Süßenbach 2020-01-08 14:29:26 +01:00 committed by Markus Tavenrath
parent d5f58e07dd
commit 55517484be

View File

@ -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);