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 );