mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-07-27 00:00:03 -06:00
7 lines
127 B
C#
7 lines
127 B
C#
namespace Ryujinx.Graphics.Shader.Decoders
|
|
{
|
|
interface IOpCodeImmF : IOpCode
|
|
{
|
|
float Immediate { get; }
|
|
}
|
|
} |