chromium/third_party/skia/src/gpu/ganesh/GrShaderVar.h

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

#ifndef GrShaderVar_DEFINED
#define GrShaderVar_DEFINED

#include "include/core/SkString.h"
#include "include/private/base/SkAssert.h"
#include "src/core/SkSLTypeShared.h"

#include <string.h>
#include <cstddef>
#include <utility>

struct GrShaderCaps;

/**
 * Represents a variable in a shader
 */
class GrShaderVar {};

#endif