mirror of
https://github.com/KhronosGroup/Vulkan-Hpp
synced 2024-11-22 20:30:04 +00:00
Fixed: use MaskType rather than uint32_t
This commit is contained in:
parent
02f86eafea
commit
5cc20f59ea
@ -72,7 +72,7 @@ const std::string flagsHeader(
|
||||
" }\n"
|
||||
"\n"
|
||||
" Flags(BitType bit)\n"
|
||||
" : m_mask(static_cast<uint32_t>(bit))\n"
|
||||
" : m_mask(static_cast<MaskType>(bit))\n"
|
||||
" {\n"
|
||||
" }\n"
|
||||
"\n"
|
||||
|
Loading…
Reference in New Issue
Block a user