From a630fcdf8451ebde0d620c184d94836417487644 Mon Sep 17 00:00:00 2001 From: asuessenbach Date: Mon, 19 Sep 2022 10:21:43 +0200 Subject: [PATCH] Explicitly ignore new command attribute "tasks" --- VulkanHppGenerator.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index cf4b5ea..b00627f 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -10731,6 +10731,7 @@ void VulkanHppGenerator::readCommandsCommand( tinyxml2::XMLElement const * eleme { "queues", { "compute", "decode", "encode", "graphics", "sparse_binding", "transfer" } }, { "renderpass", { "both", "inside", "outside" } }, { "successcodes", {} }, + { "tasks", { "action", "indirection", "state", "synchronization" } }, { "videocoding", { "both", "inside", "outside" } } } ); std::vector children = getChildElements( element );