mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2026-08-16 22:02:59 +00:00
Initial work
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Shader.StructuredIr
|
||||
{
|
||||
enum AstBlockType
|
||||
{
|
||||
DoWhile,
|
||||
If,
|
||||
Else,
|
||||
ElseIf,
|
||||
Main,
|
||||
While
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user