mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-24 05:54:56 +03:00
do texture barrier tiled
This commit is contained in:
parent
a10b0230c3
commit
94e077ca27
@ -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 New Issue
Block a user