blob: a8007f3b2ffd01307f35799fa4587ff464a96ed2 [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 {
enum class ArchiveShaderType {
kVertex,
kFragment,
kCompute,
};
enum class ArchiveRenderingBackend {
kMetal,
kVulkan,
kOpenGLES,
};
} // namespace impeller