From 5bd1e56054dff4cb7476630460b0e27aba7e1b36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Wed, 29 Nov 2023 19:20:27 +0100 Subject: [PATCH] Explicitly ignore new limittype "not". (#1740) --- VulkanHppGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index d773bc6..f6577d2 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -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" } },