Add "videocoding" as an optional attribute for commands.
This commit is contained in:
parent
e0f65d0204
commit
9c4a906d07
@ -10365,7 +10365,8 @@ void VulkanHppGenerator::readCommandsCommand( tinyxml2::XMLElement const * eleme
|
|||||||
{ "errorcodes", {} },
|
{ "errorcodes", {} },
|
||||||
{ "queues", { "compute", "decode", "encode", "graphics", "sparse_binding", "transfer" } },
|
{ "queues", { "compute", "decode", "encode", "graphics", "sparse_binding", "transfer" } },
|
||||||
{ "renderpass", { "both", "inside", "outside" } },
|
{ "renderpass", { "both", "inside", "outside" } },
|
||||||
{ "successcodes", {} } } );
|
{ "successcodes", {} },
|
||||||
|
{ "videocoding", { "both", "inside", "outside" } } } );
|
||||||
|
|
||||||
std::vector<tinyxml2::XMLElement const *> children = getChildElements( element );
|
std::vector<tinyxml2::XMLElement const *> children = getChildElements( element );
|
||||||
checkElements( line, children, { { "param", false }, { "proto", true } }, { "implicitexternsyncparams" } );
|
checkElements( line, children, { { "param", false }, { "proto", true } }, { "implicitexternsyncparams" } );
|
||||||
|
Loading…
x
Reference in New Issue
Block a user