Searched refs:ImageViewCreateFlagBits (Results 1 – 4 of 4) sorted by relevance
2641 enum class ImageViewCreateFlagBits : VkImageViewCreateFlags enum2648 using ImageViewCreateFlags = Flags<ImageViewCreateFlagBits>;2651 template <> struct FlagTraits<ImageViewCreateFlagBits>2655 ImageViewCreateFlagBits::eFragmentDensityMapDynamicEXT2656 | ImageViewCreateFlagBits::eDescriptorBufferCaptureReplayEXT2657 | ImageViewCreateFlagBits::eFragmentDensityMapDeferredEXT;
453 …if ( value & ImageViewCreateFlagBits::eFragmentDensityMapDynamicEXT ) result += "FragmentDensityMa… in to_string()454 …if ( value & ImageViewCreateFlagBits::eDescriptorBufferCaptureReplayEXT ) result += "DescriptorBuf… in to_string()455 …if ( value & ImageViewCreateFlagBits::eFragmentDensityMapDeferredEXT ) result += "FragmentDensityM… in to_string()4589 VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlagBits value ) in to_string()4593 …case ImageViewCreateFlagBits::eFragmentDensityMapDynamicEXT : return "FragmentDensityMapDynamicEXT… in to_string()4594 …case ImageViewCreateFlagBits::eDescriptorBufferCaptureReplayEXT : return "DescriptorBufferCaptureR… in to_string()4595 …case ImageViewCreateFlagBits::eFragmentDensityMapDeferredEXT : return "FragmentDensityMapDeferredE… in to_string()
1622 enum class ImageViewCreateFlagBits : VkImageViewCreateFlags enum1625 using ImageViewCreateFlags = Flags<ImageViewCreateFlagBits>;1628 template <> struct FlagTraits<ImageViewCreateFlagBits>
2469 VULKAN_HPP_INLINE std::string to_string( ImageViewCreateFlagBits ) in to_string() argument