mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 11:20:48 -07:00
Initial work
This commit is contained in:
12
Ryujinx.Graphics.Gpu/State/ViewportExtents.cs
Normal file
12
Ryujinx.Graphics.Gpu/State/ViewportExtents.cs
Normal file
@ -0,0 +1,12 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
struct ViewportExtents
|
||||
{
|
||||
public ushort X;
|
||||
public ushort Width;
|
||||
public ushort Y;
|
||||
public ushort Height;
|
||||
public float DepthNear;
|
||||
public float DepthFar;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user