mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Ignore comment tag in extension require block
This commit is contained in:
parent
bca6564dac
commit
d7346bf749
@ -1649,6 +1649,10 @@ void readExtensionRequire(tinyxml2::XMLElement * element, VkData & vkData, std::
|
||||
{
|
||||
readExtensionEnum(child, vkData.enums, tag);
|
||||
}
|
||||
else if (value == "comment")
|
||||
{
|
||||
// do nothing for comment
|
||||
}
|
||||
else
|
||||
{
|
||||
assert(value=="usage");
|
||||
|
Loading…
Reference in New Issue
Block a user