aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/gpu/GrSKSLPrettyPrint.h
blob: 8fa4c1ec53761199003219d3e4d0f9c125e1b8ef (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
 * 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 GrSKSLPrettyPrint_DEFINED
#define GrSKSLPrettyPrint_DEFINED

#include "SkString.h"

namespace GrSKSLPrettyPrint {
SkString PrettyPrint(const char** strings, int* lengths, int count, bool countlines);
};

#endif