/* * 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_BuiltInCodeSnippetID_DEFINED #define skgpu_graphite_BuiltInCodeSnippetID_DEFINED #include "include/core/SkTypes.h" namespace skgpu::graphite { enum class BuiltInCodeSnippetID : int32_t { … }; static constexpr int kBuiltInCodeSnippetIDCount = …; static constexpr int kFixedBlendIDOffset = …; static_assert …; } // namespace skgpu::graphite #endif // skgpu_graphite_BuiltInCodeSnippetID_DEFINED