/* * 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_ContextOptions_DEFINED #define skgpu_graphite_ContextOptions_DEFINED #include "include/private/base/SkAPI.h" #include "include/private/base/SkMath.h" #include <optional> namespace skgpu { class ShaderErrorHandler; } namespace skgpu::graphite { struct ContextOptionsPriv; struct SK_API ContextOptions { … }; } // namespace skgpu::graphite #endif // skgpu_graphite_ContextOptions