Initial work
This commit is contained in:
8
Ryujinx.Graphics.Shader/Decoders/IOpCodeRegCbuf.cs
Normal file
8
Ryujinx.Graphics.Shader/Decoders/IOpCodeRegCbuf.cs
Normal file
@ -0,0 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Shader.Decoders
|
||||
{
|
||||
interface IOpCodeRegCbuf : IOpCodeRc
|
||||
{
|
||||
int Offset { get; }
|
||||
int Slot { get; }
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user