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

@ -1 +1 @@
Subproject commit 4c19ae6b95e44c821d5306adf94842defa57ba21
Subproject commit 9250d5ae8f50202005233dc0512a1d460c8b4833

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