Flutter Engine
Loading...
Searching...
No Matches
shader_archive_types.h
Go to the documentation of this file.
1
// Copyright 2013 The Flutter Authors. All rights reserved.
2
// Use of this source code is governed by a BSD-style license that can be
3
// found in the LICENSE file.
4
5
#ifndef FLUTTER_IMPELLER_SHADER_ARCHIVE_SHADER_ARCHIVE_TYPES_H_
6
#define FLUTTER_IMPELLER_SHADER_ARCHIVE_SHADER_ARCHIVE_TYPES_H_
7
8
namespace
impeller
{
9
10
enum class
ArchiveShaderType
{
11
kVertex
,
12
kFragment
,
13
kCompute
,
14
};
15
16
}
// namespace impeller
17
18
#endif
// FLUTTER_IMPELLER_SHADER_ARCHIVE_SHADER_ARCHIVE_TYPES_H_
impeller
Definition
texture.h:16
impeller::RuntimeShaderStage::kCompute
@ kCompute
impeller::RuntimeShaderStage::kFragment
@ kFragment
impeller::RuntimeShaderStage::kVertex
@ kVertex
impeller::ArchiveShaderType
ArchiveShaderType
Definition
shader_archive_types.h:10
impeller
shader_archive
shader_archive_types.h
Generated on Thu Nov 6 2025 16:11:24 for Flutter Engine by
1.9.8