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

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

#include "src/gpu/ganesh/GrShaderVar.h"

#include "src/core/SkSLTypeShared.h"

static const char* type_modifier_string(GrShaderVar::TypeModifier t) {}

void GrShaderVar::appendDecl(const GrShaderCaps* shaderCaps, SkString* out) const {}