blob: 52fb74557d9a6aa6feec807b55f7b4a3da7e1494 [file] [log] [blame]
/*
* 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 char** strings,
int* lengths,
int count,
bool countlines);
};
#endif /* GRGLPRETTYPRINTSL_H_ */