blob: 37dea53998664eafc46a7d9081653e9fbc8b4dbc [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 BlobShaderType {
kVertex,
kFragment,
kCompute,
};
} // namespace impeller