Skip to content

Commit

Permalink
Explicitly ignore new limittype "not". (#1740)
Browse files Browse the repository at this point in the history
  • Loading branch information
asuessenbach authored Nov 29, 2023
1 parent f288030 commit 5bd1e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion VulkanHppGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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" } },
Expand Down

0 comments on commit 5bd1e56

Please sign in to comment.