chromium/third_party/skia/src/gpu/ganesh/glsl/GrGLSLShaderBuilder.h

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

#ifndef GrGLSLShaderBuilder_DEFINED
#define GrGLSLShaderBuilder_DEFINED

#include "include/core/SkSpan.h"
#include "include/core/SkString.h"
#include "include/core/SkTypes.h"
#include "include/private/base/SkTArray.h"
#include "src/base/SkTBlockList.h"
#include "src/gpu/ganesh/GrShaderVar.h"
#include "src/gpu/ganesh/glsl/GrGLSLUniformHandler.h"
#include "src/sksl/SkSLDefines.h"
#include "src/sksl/ir/SkSLStatement.h"  // IWYU pragma: keep

#include <cstdarg>
#include <cstddef>
#include <cstdint>
#include <string>

class GrGLSLColorSpaceXformHelper;
class GrGLSLProgramBuilder;
enum class SkBlendMode;
enum class SkSLType : char;

/**
  base class for all shaders builders
*/
class GrGLSLShaderBuilder {};
#endif