mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Correct filtering of struct elements.
This commit is contained in:
parent
9bc920a8c9
commit
862c0abdc7
@ -4943,9 +4943,8 @@ void VulkanHppGenerator::readStruct(tinyxml2::XMLElement const* element, bool is
|
|||||||
{
|
{
|
||||||
readComment(child);
|
readComment(child);
|
||||||
}
|
}
|
||||||
else
|
else if (value == "member")
|
||||||
{
|
{
|
||||||
assert(value == "member");
|
|
||||||
readStructMember(child, it->second.members);
|
readStructMember(child, it->second.members);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user