mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Add support of "opticalflow" as a candidate for the "queues" attribute of a command.
This commit is contained in:
parent
a41fa7b593
commit
7dc59adf40
@ -10714,7 +10714,7 @@ void VulkanHppGenerator::readCommandsCommand( tinyxml2::XMLElement const * eleme
|
||||
{ { "cmdbufferlevel", { "primary", "secondary" } },
|
||||
{ "comment", {} },
|
||||
{ "errorcodes", {} },
|
||||
{ "queues", { "compute", "decode", "encode", "graphics", "sparse_binding", "transfer" } },
|
||||
{ "queues", { "compute", "decode", "encode", "graphics", "opticalflow", "sparse_binding", "transfer" } },
|
||||
{ "renderpass", { "both", "inside", "outside" } },
|
||||
{ "successcodes", {} },
|
||||
{ "tasks", { "action", "indirection", "state", "synchronization" } },
|
||||
|
Loading…
Reference in New Issue
Block a user