/* * Copyright 2023 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef skgpu_graphite_Image_YUVA_Graphite_DEFINED #define skgpu_graphite_Image_YUVA_Graphite_DEFINED #include "include/core/SkYUVAInfo.h" #include "src/gpu/graphite/Image_Base_Graphite.h" #include "src/gpu/graphite/TextureProxyView.h" #include <functional> namespace skgpu::graphite { class Recorder; class Image_YUVA final : public Image_Base { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_Image_YUVA_Graphite_DEFINED