Add support for 1.1.119 (#370)

This commit is contained in:
Markus Tavenrath 2019-08-12 09:55:23 +02:00 committed by GitHub
parent eaf09ee61e
commit b4e27f9be0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4205,7 +4205,6 @@ void VulkanHppGenerator::writeUnion(std::ostream & os, std::pair<std::string, St
}
// one setter per union element
assert(!structure.second.returnedOnly);
for (auto const& member : structure.second.members)
{
writeStructSetter(os, stripPrefix(structure.first, "Vk"), member);