/* * Copyright 2020 Google LLC * * Use of this source code is governed by a BSD-style license that can be * found in the LICENSE file. */ #ifndef SkSLSampleUsage_DEFINED #define SkSLSampleUsage_DEFINED #include "include/core/SkTypes.h" namespace SkSL { /** * Represents all of the ways that a fragment processor is sampled by its parent. */ class SampleUsage { … }; } // namespace SkSL #endif