From 448026b9c5fe5adfb4be4550666e5754f7bca5dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20S=C3=BC=C3=9Fenbach?= Date: Mon, 5 May 2025 11:15:03 +0200 Subject: [PATCH] Relax check for attribute "deprecated" of type category "define". (#2152) --- VulkanHppGenerator.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 56db0cb..c2447ec 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -15938,7 +15938,6 @@ void VulkanHppGenerator::readTypeDefine( tinyxml2::XMLElement const * element, s } else if ( attribute.first == "deprecated" ) { - assert( attribute.second == "true" ); deprecated = true; } else if ( attribute.first == "name" )