Implement texture buffers (#1152)

* Implement texture buffers

* Throw NotSupportedException where appropriate
This commit is contained in:
gdkchan 2020-04-25 10:02:18 -03:00 committed by GitHub
parent ea74e77559
commit a21f7a7dc2
16 changed files with 291 additions and 135 deletions

View file

@ -12,5 +12,6 @@ namespace Ryujinx.Graphics.GAL
byte[] GetData();
void SetData(ReadOnlySpan<byte> data);
void SetStorage(BufferRange buffer);
}
}