/* * Copyright 2021 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SKSL_BUILTIN_TYPES #define SKSL_BUILTIN_TYPES #include <memory> #include "src/sksl/ir/SkSLType.h" namespace SkSL { /** * Contains the built-in, core types for SkSL. */ class BuiltinTypes { … }; } // namespace SkSL #endif