mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Add support for a new class of commands. (#1533)
This commit is contained in:
parent
fa079aefaa
commit
044844394c
@ -3584,6 +3584,20 @@ std::string VulkanHppGenerator::generateCommandResultSingleSuccessNoErrors(
|
|||||||
{
|
{
|
||||||
return generateCommandSetExclusive( name, commandData, initialSkipCount, definition, raii );
|
return generateCommandSetExclusive( name, commandData, initialSkipCount, definition, raii );
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
|
return generateCommandSetInclusive( name,
|
||||||
|
commandData,
|
||||||
|
initialSkipCount,
|
||||||
|
definition,
|
||||||
|
returnParams,
|
||||||
|
vectorParams,
|
||||||
|
false,
|
||||||
|
{ CommandFlavourFlagBits::enhanced },
|
||||||
|
raii,
|
||||||
|
false,
|
||||||
|
{ CommandFlavourFlagBits::enhanced } );
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
case 1:
|
case 1:
|
||||||
if ( !raii )
|
if ( !raii )
|
||||||
|
Loading…
Reference in New Issue
Block a user