From 4a4e2f7c72301ba1dfb207f00c7c2fa0e9674223 Mon Sep 17 00:00:00 2001 From: gdkchan Date: Tue, 31 Dec 2019 16:19:44 -0300 Subject: Add XML documentation to Ryujinx.Graphics.Gpu.Engine --- Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs') diff --git a/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs b/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs index cdfd36df..8d1b2b71 100644 --- a/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs +++ b/Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs @@ -7,6 +7,11 @@ namespace Ryujinx.Graphics.Gpu.Engine partial class Methods { + /// + /// Performs a texture to texture copy. + /// + /// Current GPU state + /// Method call argument private void CopyTexture(GpuState state, int argument) { var dstCopyTexture = state.Get(MethodOffset.CopyDstTexture); -- cgit v1.2.3