blob: bcb6a1cb338eb50d8a90c2c5f2386945f563d463 [file] [log] [blame]
/*
* Copyright 2020 Google LLC
*
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
#ifndef SKSL_SPIRVTOHLSL
#define SKSL_SPIRVTOHLSL
#include "include/private/SkSLString.h"
namespace SkSL {
bool SPIRVtoHLSL(const std::string& spirv, std::string* hlsl);
} // namespace SkSL
#endif