Searched refs:FormatFeatureFlags (Results 1 – 4 of 4) sorted by relevance
1019 using FormatFeatureFlags = Flags<FormatFeatureFlagBits>; typedef1025 static VULKAN_HPP_CONST_OR_CONSTEXPR FormatFeatureFlags allFlags =
1816 using FormatFeatureFlags = Flags<FormatFeatureFlagBits>; typedef1822 static VULKAN_HPP_CONST_OR_CONSTEXPR FormatFeatureFlags allFlags =
29 VULKAN_HPP_INLINE std::string to_string( FormatFeatureFlags value ) in to_string()