From d1c0a64e6a60b5c6f288c5d152e4f35fb587d988 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 13:32:06 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.State --- Ryujinx.Graphics.Gpu/State/CopyTextureControl.cs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/State/CopyTextureControl.cs') diff --git a/Ryujinx.Graphics.Gpu/State/CopyTextureControl.cs b/Ryujinx.Graphics.Gpu/State/CopyTextureControl.cs index c49cf276..cfc64fc4 100644 --- a/Ryujinx.Graphics.Gpu/State/CopyTextureControl.cs +++ b/Ryujinx.Graphics.Gpu/State/CopyTextureControl.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu.State { + /// + /// Texture to texture copy control. + /// struct CopyTextureControl { public uint Packed; -- cgit v1.2.3