mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-30 08:30:46 -07:00
Add XML documentation to Ryujinx.Graphics.Gpu.State
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Viewport extents for viewport clipping, also includes depth range.
|
||||
/// </summary>
|
||||
struct ViewportExtents
|
||||
{
|
||||
public ushort X;
|
||||
|
Reference in New Issue
Block a user