/* * 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 SkCapabilities_DEFINED #define SkCapabilities_DEFINED #include "include/core/SkRefCnt.h" #include "include/core/SkTypes.h" #include "include/sksl/SkSLVersion.h" namespace SkSL { struct ShaderCaps; } #if defined(SK_GRAPHITE) namespace skgpu::graphite { class Caps; } #endif class SK_API SkCapabilities : public SkRefCnt { … }; #endif