5 #ifndef FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_SAMPLER_VK_H_
6 #define FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_SAMPLER_VK_H_
15 class SamplerLibraryVK;
16 class YUVConversionVK;
22 std::shared_ptr<YUVConversionVK> yuv_conversion = {});
30 std::shared_ptr<YUVConversionVK> conversion)
const;
37 const vk::Device device_;
39 std::shared_ptr<YUVConversionVK> yuv_conversion_;
40 bool is_valid_ =
false;
49 #endif // FLUTTER_IMPELLER_RENDERER_BACKEND_VULKAN_SAMPLER_VK_H_