mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-03 18:22:26 -07:00
Implement Texture CopyTo
This commit is contained in:
committed by
Isaac Marovitz
parent
cb8fdeafbc
commit
35f68c1b31
@@ -191,6 +191,16 @@ namespace Ryujinx.Graphics.Metal
|
||||
dst.Dispose();
|
||||
}
|
||||
|
||||
public void BlitColor(
|
||||
ITexture src,
|
||||
ITexture dst,
|
||||
Extents2D srcRegion,
|
||||
Extents2D dstRegion,
|
||||
bool linearFilter)
|
||||
{
|
||||
_helperShader.BlitColor(src, dst, srcRegion, dstRegion, linearFilter);
|
||||
}
|
||||
|
||||
public void Barrier()
|
||||
{
|
||||
|
||||
|
Reference in New Issue
Block a user