mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Fixed a typo in functions enumerating chained structures.
This commit is contained in:
parent
a2b8ded12c
commit
96fe7ed2c6
@ -3729,7 +3729,7 @@ std::string
|
|||||||
{ "nodiscard", nodiscard },
|
{ "nodiscard", nodiscard },
|
||||||
{ "secondCallArguments",
|
{ "secondCallArguments",
|
||||||
constructCallArgumentsEnhanced( commandData.handle, commandData.params, false, INVALID_INDEX ) },
|
constructCallArgumentsEnhanced( commandData.handle, commandData.params, false, INVALID_INDEX ) },
|
||||||
{ "structureChainAllocator", withAllocator ? ( ", structureChainAllocator" ) : "" },
|
{ "structureChainAllocator", withAllocator ? ( "( structureChainAllocator )" ) : "" },
|
||||||
{ "typenameCheck", typenameCheck },
|
{ "typenameCheck", typenameCheck },
|
||||||
{ "vectorElementType", vectorElementType },
|
{ "vectorElementType", vectorElementType },
|
||||||
{ "vectorName", vectorName },
|
{ "vectorName", vectorName },
|
||||||
|
Loading…
Reference in New Issue
Block a user