mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-27 23:37:44 +02:00
13 lines
No EOL
179 B
C#
13 lines
No EOL
179 B
C#
namespace Ryujinx.Graphics.Shader.StructuredIr
|
|
{
|
|
enum VariableType
|
|
{
|
|
None,
|
|
Bool,
|
|
Scalar,
|
|
Int,
|
|
F32,
|
|
S32,
|
|
U32
|
|
}
|
|
} |