Implement texture buffers (#1152)
* Implement texture buffers * Throw NotSupportedException where appropriate
This commit is contained in:
parent
a065dc1626
commit
3cb1fa0e85
16 changed files with 291 additions and 135 deletions
|
@ -12,5 +12,6 @@ namespace Ryujinx.Graphics.GAL
|
|||
byte[] GetData();
|
||||
|
||||
void SetData(ReadOnlySpan<byte> data);
|
||||
void SetStorage(BufferRange buffer);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue