/* * 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_BackendTexture_DEFINED #define skgpu_graphite_BackendTexture_DEFINED #include "include/core/SkRefCnt.h" #include "include/core/SkSize.h" #include "include/gpu/graphite/GraphiteTypes.h" #include "include/gpu/graphite/TextureInfo.h" #include "include/private/base/SkAnySubclass.h" namespace skgpu::graphite { class BackendTextureData; struct VulkanTextureInfo; class SK_API BackendTexture { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_BackendTexture_DEFINED