Add "videocoding" as an optional attribute for commands.

This commit is contained in:
asuessenbach 2022-08-01 10:11:45 +02:00
parent e0f65d0204
commit 9c4a906d07
3 changed files with 34 additions and 33 deletions

View File

@ -10365,7 +10365,8 @@ void VulkanHppGenerator::readCommandsCommand( tinyxml2::XMLElement const * eleme
{ "errorcodes", {} },
{ "queues", { "compute", "decode", "encode", "graphics", "sparse_binding", "transfer" } },
{ "renderpass", { "both", "inside", "outside" } },
{ "successcodes", {} } } );
{ "successcodes", {} },
{ "videocoding", { "both", "inside", "outside" } } } );
std::vector<tinyxml2::XMLElement const *> children = getChildElements( element );
checkElements( line, children, { { "param", false }, { "proto", true } }, { "implicitexternsyncparams" } );