mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
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", {} },
|
||||
{ "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" } );
|
||||
|
Loading…
Reference in New Issue
Block a user