Merge pull request #1369 from asuessenbach/attribute
Add "videocoding" as an optional attribute for commands.
This commit is contained in:
commit
e23588f893
@ -10375,7 +10375,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