mirror of
https://github.com/GreemDev/Ryujinx.git
synced 2025-08-30 07:25:05 +00:00
do texture barrier tiled
This commit is contained in:
parent
a10b0230c3
commit
94e077ca27
1 changed files with 1 additions and 4 deletions
|
|
@ -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 a new issue