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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14292,7 +14292,7 @@ void VulkanHppGenerator::readStructMember( tinyxml2::XMLElement const * element,
{ "deprecated", { "ignored" } }, { "deprecated", { "ignored" } },
{ "externsync", { "true" } }, { "externsync", { "true" } },
{ "len", {} }, { "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" } }, { "noautovalidity", { "true" } },
{ "objecttype", { "objectType" } }, { "objecttype", { "objectType" } },
{ "optional", { "false", "true" } }, { "optional", { "false", "true" } },