chromium/third_party/skia/src/sksl/SkSLGLSL.h

/*
 * Copyright 2021 Google Inc.
 *
 * Use of this source code is governed by a BSD-style license that can be
 * found in the LICENSE file.
 */

#ifndef SkSLGLSL_DEFINED
#define SkSLGLSL_DEFINED

namespace SkSL {

// Limited set of GLSL versions we build shaders for. Caller should round
// down the GLSL version to one of these enums.
enum class GLSLGeneration {};

} // namespace SkSL

#endif