blob: 0c7b445501afa111ac9205bf34ca69b3140f1dc4 [file] [log] [blame]
// Copyright 2013 The Flutter Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "impeller/renderer/shader_library.h"
namespace impeller {
ShaderLibrary::ShaderLibrary() = default;
ShaderLibrary::~ShaderLibrary() = default;
} // namespace impeller