Initial work
This commit is contained in:
14
Ryujinx.Graphics.Gpu/State/CopyRegion.cs
Normal file
14
Ryujinx.Graphics.Gpu/State/CopyRegion.cs
Normal file
@ -0,0 +1,14 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
struct CopyRegion
|
||||
{
|
||||
public int DstX;
|
||||
public int DstY;
|
||||
public int DstWidth;
|
||||
public int DstHeight;
|
||||
public long SrcWidthRF;
|
||||
public long SrcHeightRF;
|
||||
public long SrcXF;
|
||||
public long SrcYF;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user