mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Explicitly ignore new command attribute "tasks"
This commit is contained in:
parent
f51e00661f
commit
a630fcdf84
@ -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 );
|
||||
|
Loading…
Reference in New Issue
Block a user