mirror of
https://github.com/KhronosGroup/Vulkan-Hpp.git
synced 2024-10-14 16:32:17 +00:00
Regenerate vulkan.hpp
This commit is contained in:
parent
5cc20f59ea
commit
40139e1741
@ -77,7 +77,7 @@ namespace vk
|
||||
}
|
||||
|
||||
Flags(BitType bit)
|
||||
: m_mask(static_cast<uint32_t>(bit))
|
||||
: m_mask(static_cast<MaskType>(bit))
|
||||
{
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user