Update to and adjustments for VK_HEADER_VERSION 140.

This commit is contained in:
asuessenbach
2020-05-04 16:46:47 +02:00
parent 9db492100b
commit daa20d0d90
3 changed files with 965 additions and 9 deletions

View File

@@ -6236,7 +6236,10 @@ void VulkanHppGenerator::readStruct( tinyxml2::XMLElement const *
checkAttributes( line,
attributes,
{ { "category", { isUnion ? "union" : "struct" } }, { "name", {} } },
{ { "comment", {} }, { "returnedonly", { "true" } }, { "structextends", {} } } );
{ { "allowduplicate", { "true" } },
{ "comment", {} },
{ "returnedonly", { "true" } },
{ "structextends", {} } } );
std::vector<tinyxml2::XMLElement const *> children = getChildElements( element );
checkElements( line, children, {}, { "member", "comment" } );

File diff suppressed because it is too large Load Diff