Explicitly ignore new command attribute "tasks"

This commit is contained in:
asuessenbach 2022-09-19 10:21:43 +02:00
parent f51e00661f
commit a630fcdf84

View File

@ -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<tinyxml2::XMLElement const *> children = getChildElements( element );