mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Update to and adjustments for VK_HEADER_VERSION 140.
This commit is contained in:
parent
9db492100b
commit
daa20d0d90
@ -1 +1 @@
|
||||
Subproject commit 4c19ae6b95e44c821d5306adf94842defa57ba21
|
||||
Subproject commit 9250d5ae8f50202005233dc0512a1d460c8b4833
|
@ -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
Loading…
Reference in New Issue
Block a user