Merge pull request #1419 from asuessenbach/opticalflow

Add support of "opticalflow" as a candidate for the "queues" attribute of a command.
This commit is contained in:
Andreas Süßenbach 2022-09-28 13:54:21 +02:00 committed by GitHub
commit 84d220bee4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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" } },