/* * Copyright 2021 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_Graphite_DEFINED #define skgpu_graphite_Image_Graphite_DEFINED #include "src/gpu/graphite/Image_Base_Graphite.h" #include "src/gpu/graphite/TextureProxyView.h" namespace skgpu { class RefCntedCallback; } namespace skgpu::graphite { class Context; class Device; class Recorder; class Image final : public Image_Base { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_Image_Graphite_DEFINED