/* * 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_DawnSharedContext_DEFINED #define skgpu_graphite_DawnSharedContext_DEFINED #include "webgpu/webgpu_cpp.h" // NO_G3_REWRITE #include "include/gpu/graphite/dawn/DawnBackendContext.h" #include "src/gpu/graphite/SharedContext.h" #include "src/gpu/graphite/dawn/DawnCaps.h" namespace skgpu::graphite { struct DawnBackendContext; struct ContextOptions; class DawnSharedContext final : public SharedContext { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_DawnSharedContext_DEFINED