From 7dc59adf405998d5be6ef349e3da0846fae0cca4 Mon Sep 17 00:00:00 2001 From: asuessenbach Date: Wed, 28 Sep 2022 12:09:49 +0200 Subject: [PATCH] Add support of "opticalflow" as a candidate for the "queues" attribute of a command. --- VulkanHppGenerator.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VulkanHppGenerator.cpp b/VulkanHppGenerator.cpp index 235042d..15caab4 100644 --- a/VulkanHppGenerator.cpp +++ b/VulkanHppGenerator.cpp @@ -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" } },