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