5 #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_SAMPLER_VK_H_
6 #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_SAMPLER_VK_H_
8 #include "flutter/fml/macros.h"
16 class SamplerLibraryVK;
17 class YUVConversionVK;
23 std::shared_ptr<YUVConversionVK> yuv_conversion = {});
31 std::shared_ptr<YUVConversionVK> conversion)
const;
38 const vk::Device device_;
40 std::shared_ptr<YUVConversionVK> yuv_conversion_;
41 bool is_valid_ =
false;
50 #endif // FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_SAMPLER_VK_H_