/* * 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_DawnResourceProvider_DEFINED #define skgpu_graphite_DawnResourceProvider_DEFINED #include "include/gpu/graphite/dawn/DawnTypes.h" #include "src/core/SkLRUCache.h" #include "src/core/SkTHash.h" #include "src/gpu/graphite/ResourceProvider.h" namespace skgpu::graphite { class DawnGraphicsPipeline; class DawnSampler; class DawnSharedContext; class DawnTexture; class DawnBuffer; class DawnResourceProvider final : public ResourceProvider { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_DawnResourceProvider_DEFINED