mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Update to VK_HEADER_VERSION 158.
This commit is contained in:
parent
04afa4c949
commit
32a21fb4ed
@ -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