mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-28 01:17:11 +02:00
Replace glFinish with barrier for WaitForIdle (#878)
This commit is contained in:
parent
85b6f80f04
commit
471f504f97
5 changed files with 8 additions and 8 deletions
|
@ -55,11 +55,6 @@ namespace Ryujinx.Graphics.OpenGL
|
|||
return new TextureStorage(this, info).CreateDefaultView();
|
||||
}
|
||||
|
||||
public void FlushPipelines()
|
||||
{
|
||||
GL.Finish();
|
||||
}
|
||||
|
||||
public Capabilities GetCapabilities()
|
||||
{
|
||||
return new Capabilities(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue