diff options
Diffstat (limited to 'Ryujinx.Graphics.GAL/ITexture.cs')
-rw-r--r-- | Ryujinx.Graphics.GAL/ITexture.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Ryujinx.Graphics.GAL/ITexture.cs b/Ryujinx.Graphics.GAL/ITexture.cs index 5278e3b7..a818f73a 100644 --- a/Ryujinx.Graphics.GAL/ITexture.cs +++ b/Ryujinx.Graphics.GAL/ITexture.cs @@ -12,5 +12,6 @@ namespace Ryujinx.Graphics.GAL byte[] GetData(); void SetData(ReadOnlySpan<byte> data); + void SetStorage(BufferRange buffer); } }
\ No newline at end of file |