/* * Copyright 2022 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_TextureProxyView_DEFINED #define skgpu_graphite_TextureProxyView_DEFINED #include "include/core/SkRect.h" #include "include/core/SkRefCnt.h" #include "include/gpu/graphite/GraphiteTypes.h" #include "src/gpu/Swizzle.h" #include "src/gpu/graphite/TextureProxy.h" enum class SkBackingFit; namespace skgpu::graphite { class Recorder; class TextureProxyView { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_TextureProxyView_DEFINED