Clear Buffer
This commit is contained in:
parent
28da4248ae
commit
d076a70816
2 changed files with 22 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue