diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/Engine/MethodCopyTexture.cs | 5 |
1 files changed, 5 insertions, 0 deletions
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 { + /// <summary> + /// Performs a texture to texture copy. + /// </summary> + /// <param name="state">Current GPU state</param> + /// <param name="argument">Method call argument</param> private void CopyTexture(GpuState state, int argument) { var dstCopyTexture = state.Get<CopyTexture>(MethodOffset.CopyDstTexture); |
