WIP: Experimental: Metal backend #439

Closed
GreemDev wants to merge 374 commits from metal into master
Showing only changes of commit 84f3b4a3e1 - Show all commits

View File

@ -67,11 +67,11 @@ namespace Ryujinx.Graphics.Metal
{ {
if (offset == 0 && size == Size) if (offset == 0 && size == Size)
{ {
// TODO: Cache converted buffers _cachedConvertedBuffers.Clear();
} }
else else
{ {
// TODO: Cache converted buffers _cachedConvertedBuffers.ClearRange(offset, size);
} }
} }