Add XML documentation to Ryujinx.Graphics.Gpu.State
This commit is contained in:
@ -1,5 +1,8 @@
|
||||
namespace Ryujinx.Graphics.Gpu.State
|
||||
{
|
||||
/// <summary>
|
||||
/// Texture to texture (with optional resizing) copy parameters.
|
||||
/// </summary>
|
||||
struct CopyTexture
|
||||
{
|
||||
public RtFormat Format;
|
||||
|
Reference in New Issue
Block a user