blob: 731d546864e3cb58a0d9fea5f2eae6b96292d5a2 [file] [log] [blame]
/*
* Copyright 2019 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef GrShaderUtils_DEFINED
#define GrShaderUtils_DEFINED
#include "include/core/SkTypes.h"
#include "src/sksl/SkSLString.h"
namespace GrShaderUtils {
SkSL::String PrettyPrint(const SkSL::String& string);
void PrintLineByLine(const char* header, const SkSL::String& text);
}
#endif