mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-01-23 21:44: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()
|
||||
{
|
||||
// var renderCommandEncoder = GetOrCreateRenderEncoder();
|
||||
|
||||
// renderCommandEncoder.MemoryBarrier(MTLBarrierScope.Textures, );
|
||||
Logger.Warning?.Print(LogClass.Gpu, "Not Implemented!");
|
||||
TextureBarrier();
|
||||
}
|
||||
|
||||
public bool TryHostConditionalRendering(ICounterEvent value, ulong compare, bool isEqual)
|
||||
|
Loading…
Reference in New Issue
Block a user