11 lines
165 B
C#
11 lines
165 B
C#
|
namespace Ryujinx.Graphics.Shader.Decoders
|
||
|
{
|
||
|
enum FunctionType : byte
|
||
|
{
|
||
|
User,
|
||
|
Unused,
|
||
|
BuiltInFSIBegin,
|
||
|
BuiltInFSIEnd
|
||
|
}
|
||
|
}
|