Replace glFinish with barrier for WaitForIdle (#878)
This commit is contained in:
@ -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(
|
||||
|
Reference in New Issue
Block a user