mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2025-01-10 08:50:08 +00:00
Add support for 1.1.119 (#370)
This commit is contained in:
parent
eaf09ee61e
commit
b4e27f9be0
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user