Formatting
This commit is contained in:
parent
bdd9ede4fd
commit
4a30b58e0b
3 changed files with 13 additions and 14 deletions
|
@ -88,12 +88,12 @@ namespace Ryujinx.Graphics.Metal
|
|||
|
||||
public void CopyTo(ITexture destination, Extents2D srcRegion, Extents2D dstRegion, bool linearFilter)
|
||||
{
|
||||
var blitCommandEncoder = _pipeline.GetOrCreateBlitEncoder();
|
||||
|
||||
if (destination is Texture destinationTexture)
|
||||
{
|
||||
|
||||
}
|
||||
// var blitCommandEncoder = _pipeline.GetOrCreateBlitEncoder();
|
||||
//
|
||||
// if (destination is Texture destinationTexture)
|
||||
// {
|
||||
//
|
||||
// }
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue