mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-26 07:18:13 +02:00
Initial work
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
namespace Ryujinx.Graphics.Shader.StructuredIr
|
||||
{
|
||||
enum VariableType
|
||||
{
|
||||
None,
|
||||
Bool,
|
||||
Scalar,
|
||||
Int,
|
||||
F32,
|
||||
S32,
|
||||
U32
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user