/* * Copyright 2024 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_RenderPassDesc_DEFINED #define skgpu_graphite_RenderPassDesc_DEFINED #include "include/core/SkString.h" #include "include/gpu/graphite/TextureInfo.h" #include "src/gpu/graphite/ResourceTypes.h" #include "src/gpu/Swizzle.h" #include <array> namespace skgpu::graphite { class Caps; struct AttachmentDesc { … }; struct RenderPassDesc { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_RenderPassDesc_DEFINED