Implement Texture CopyTo
This commit is contained in:
committed by
Evan Husted
parent
c5cca8a1a3
commit
43ad627d4f
@@ -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