Searched refs:SamplerMipmapMode (Results 1 – 5 of 5) sorted by relevance
538 .mipmapMode = vkhpp::SamplerMipmapMode::eNearest, in CreateYuvImage()
2944 VULKAN_HPP_INLINE std::string to_string( SamplerMipmapMode value ) in to_string()2948 case SamplerMipmapMode::eNearest : return "Nearest"; in to_string()2949 case SamplerMipmapMode::eLinear : return "Linear"; in to_string()
5177 VULKAN_HPP_INLINE std::string to_string( SamplerMipmapMode value ) in to_string()5181 case SamplerMipmapMode::eNearest : return "Nearest"; in to_string()5182 case SamplerMipmapMode::eLinear : return "Linear"; in to_string()
2146 enum class SamplerMipmapMode enum
3337 enum class SamplerMipmapMode enum