mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-07 02:02:34 -07:00
Clear Buffer
This commit is contained in:
committed by
Isaac Marovitz
parent
28da4248ae
commit
d076a70816
@@ -136,6 +136,7 @@ namespace Ryujinx.Graphics.Metal
|
||||
throw new NotImplementedException();
|
||||
}
|
||||
|
||||
// TODO: Rewrite using MTLBlitCommandEncoder
|
||||
public void SetData(SpanOrArray<byte> data, int layer, int level, Rectangle<int> region)
|
||||
{
|
||||
ulong bytesPerRow = (ulong)Info.GetMipStride(level);
|
||||
|
Reference in New Issue
Block a user