mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-27 06:10:08 +00:00
Merge pull request #780 from asuessenbach/158
Update to VK_HEADER_VERSION 158.
This commit is contained in:
commit
d0717c5a48
@ -1 +1 @@
|
||||
Subproject commit 04306fa5d673a69db5a79af80011c688b64d7711
|
||||
Subproject commit 320af06cbdd29848e1d7100d9b8e4e517db1dfd5
|
@ -6176,7 +6176,7 @@ std::string VulkanHppGenerator::appendStructMembers( std::string &
|
||||
{
|
||||
str += " = ";
|
||||
auto enumIt = m_enums.find( member.type.type );
|
||||
if ( enumIt != m_enums.end() && member.type.postfix.empty() )
|
||||
if ( member.arraySizes.empty() && ( enumIt != m_enums.end() ) && member.type.postfix.empty() )
|
||||
{
|
||||
appendEnumInitializer( str, member.type, member.arraySizes, enumIt->second.values );
|
||||
}
|
||||
|
1063
vulkan/vulkan.hpp
1063
vulkan/vulkan.hpp
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user