blob: 7c22d907d06aba14a7f0a67d89c7723b5ac67311 [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,
};
} // namespace impeller