Explicitly ignore new limittype "not". (#1740)

This commit is contained in:
Andreas Süßenbach
2023-11-29 19:20:27 +01:00
committed by GitHub
parent f28803081e
commit 5bd1e56054

View File

@@ -14292,7 +14292,7 @@ void VulkanHppGenerator::readStructMember( tinyxml2::XMLElement const * element,
{ "deprecated", { "ignored" } },
{ "externsync", { "true" } },
{ "len", {} },
{ "limittype", { "bitmask", "bits", "exact", "max", "min", "mul", "noauto", "pot", "range", "struct" } },
{ "limittype", { "bitmask", "bits", "exact", "max", "min", "mul", "noauto", "not", "pot", "range", "struct" } },
{ "noautovalidity", { "true" } },
{ "objecttype", { "objectType" } },
{ "optional", { "false", "true" } },