mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-04-25 17:27:43 +02:00
7 lines
No EOL
127 B
C#
7 lines
No EOL
127 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodeImmF : IOpCode
|
|
{
|
|
float Immediate { get; }
|
|
}
|
|
} |