Introduce configuration flag VULKAN_HPP_FLAGS_MASK_TYPE_AS_PUBLIC.

This commit is contained in:
asuessenbach
2021-01-12 10:04:13 +01:00
parent 7648c6e0f8
commit 983c8795e6
3 changed files with 468 additions and 456 deletions

View File

@@ -10250,7 +10250,11 @@ int main( int argc, char ** argv )
return m_mask;
}
#if defined(VULKAN_HPP_FLAGS_MASK_TYPE_AS_PUBLIC)
public:
#else
private:
#endif
MaskType m_mask;
};