blob: 655d6679069fd3119e459d0b9d3fafb62bba1826 [file] [log] [blame]
// Copyright 2017 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Selected examples from the Shadertoy website.
#ifndef SRC_UI_EXAMPLES_SHADERTOY_CLIENT_GLSL_STRINGS_H_
#define SRC_UI_EXAMPLES_SHADERTOY_CLIENT_GLSL_STRINGS_H_
#include <string>
namespace shadertoy_client {
std::string GetSeascapeSourceCode();
std::string GetMouseInputSourceCode();
} // namespace shadertoy_client
#endif // SRC_UI_EXAMPLES_SHADERTOY_CLIENT_GLSL_STRINGS_H_