do texture barrier tiled
This commit is contained in:
parent
b1549be8c3
commit
4bbf7b67d4
1 changed files with 1 additions and 4 deletions
|
@ -521,10 +521,7 @@ namespace Ryujinx.Graphics.Metal
|
||||||
|
|
||||||
public void TextureBarrierTiled()
|
public void TextureBarrierTiled()
|
||||||
{
|
{
|
||||||
// var renderCommandEncoder = GetOrCreateRenderEncoder();
|
TextureBarrier();
|
||||||
|
|
||||||
// renderCommandEncoder.MemoryBarrier(MTLBarrierScope.Textures, );
|
|
||||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public bool TryHostConditionalRendering(ICounterEvent value, ulong compare, bool isEqual)
|
public bool TryHostConditionalRendering(ICounterEvent value, ulong compare, bool isEqual)
|
||||||
|
|
Loading…
Reference in a new issue