diff options
Diffstat (limited to 'Ryujinx.Graphics.Gpu/State/CopyBufferTexture.cs')
| -rw-r--r-- | Ryujinx.Graphics.Gpu/State/CopyBufferTexture.cs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.Gpu/State/CopyBufferTexture.cs b/Ryujinx.Graphics.Gpu/State/CopyBufferTexture.cs index cb63c607..98d113a3 100644 --- a/Ryujinx.Graphics.Gpu/State/CopyBufferTexture.cs +++ b/Ryujinx.Graphics.Gpu/State/CopyBufferTexture.cs @@ -1,5 +1,8 @@ namespace Ryujinx.Graphics.Gpu.State { + /// <summary> + /// Buffer to texture copy parameters. + /// </summary> struct CopyBufferTexture { public MemoryLayout MemoryLayout; |
