blob: c31005b8339ce24ccfce680fbe7d445d8651e20d [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.
#pragma once
namespace impeller {
namespace compiler {
constexpr char kExternalTexturePrefix[] = "SAMPLER_EXTERNAL_OES_";
} // namespace compiler
} // namespace impeller