12 lines
No EOL
171 B
C#
12 lines
No EOL
171 B
C#
namespace Ryujinx.Graphics.Shader.StructuredIr
|
|
{
|
|
enum AstBlockType
|
|
{
|
|
DoWhile,
|
|
If,
|
|
Else,
|
|
ElseIf,
|
|
Main,
|
|
While
|
|
}
|
|
} |