diff options
| author | jhorv <38920027+jhorv@users.noreply.github.com> | 2024-08-05 20:09:08 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-05 21:09:08 -0300 |
| commit | 7969fb6bbaf49a7a84df379d072b94286e4f7ada (patch) | |
| tree | c5fdb45a7929601e217fb180f2678c449e3dc23b /src/Ryujinx.Graphics.Gpu/Image/TexturePool.cs | |
| parent | 4a4b11871e362016b41c56d4dd4654ade0b894e0 (diff) | |
Replace and remove obsolete ByteMemoryPool type (#7155)
* refactor: replace usage of ByteMemoryPool with MemoryOwner<byte>
* refactor: delete unused ByteMemoryPool and ByteMemoryPool.ByteMemoryPoolBuffer types
* refactor: change IMemoryOwner<byte> return types to MemoryOwner<byte>
* fix(perf): get span via `MemoryOwner<T>.Span` directly instead of `MemoryOwner<T>.Memory.Span`
* fix(perf): get span via MemoryOwner<T>.Span directly instead of `MemoryOwner<T>.Memory.Span`
* fix(perf): get span via MemoryOwner<T>.Span directly instead of `MemoryOwner<T>.Memory.Span`
Diffstat (limited to 'src/Ryujinx.Graphics.Gpu/Image/TexturePool.cs')
0 files changed, 0 insertions, 0 deletions
