mirror of
https://git.ryujinx.app/projects/Kenji-NX.git
synced 2026-09-20 17:51:13 +02:00
Implement texture buffers (#1152)
* Implement texture buffers * Throw NotSupportedException where appropriate
This commit is contained in:
@@ -12,5 +12,6 @@ namespace Ryujinx.Graphics.GAL
|
||||
byte[] GetData();
|
||||
|
||||
void SetData(ReadOnlySpan<byte> data);
|
||||
void SetStorage(BufferRange buffer);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user