aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/gl/GrGLSLPrettyPrint.h
blob: 7273aaa3fc37ce76b5729b1e8295facd03ec0c0d (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 GrGLSLPrettyPrint_DEFINED
#define GrGLSLPrettyPrint_DEFINED

#include "SkString.h"

namespace GrGLSLPrettyPrint {
    SkString PrettyPrintGLSL(const SkString& input, bool countlines);
};

#endif /* GRGLPRETTYPRINTSL_H_ */