mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-08-04 01:12:25 -07:00
do texture barrier
This commit is contained in:
@@ -514,10 +514,9 @@ namespace Ryujinx.Graphics.Metal
|
|||||||
|
|
||||||
public void TextureBarrier()
|
public void TextureBarrier()
|
||||||
{
|
{
|
||||||
// var renderCommandEncoder = GetOrCreateRenderEncoder();
|
var renderCommandEncoder = GetOrCreateRenderEncoder();
|
||||||
|
|
||||||
// renderCommandEncoder.MemoryBarrier(MTLBarrierScope.Textures, );
|
renderCommandEncoder.MemoryBarrier(MTLBarrierScope.Textures, MTLRenderStages.RenderStageFragment, MTLRenderStages.RenderStageFragment);
|
||||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public void TextureBarrierTiled()
|
public void TextureBarrierTiled()
|
||||||
|
Reference in New Issue
Block a user