Initial work
This commit is contained in:
parent
f617fb542a
commit
1876b346fe
519 changed files with 15258 additions and 12574 deletions
12
Ryujinx.Graphics.Shader/StructuredIr/AstBlockType.cs
Normal file
12
Ryujinx.Graphics.Shader/StructuredIr/AstBlockType.cs
Normal file
|
@ -0,0 +1,12 @@
|
|||
namespace Ryujinx.Graphics.Shader.StructuredIr
|
||||
{
|
||||
enum AstBlockType
|
||||
{
|
||||
DoWhile,
|
||||
If,
|
||||
Else,
|
||||
ElseIf,
|
||||
Main,
|
||||
While
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue