mirror of
https://github.com/Ryujinx/Ryujinx.git
synced 2025-06-29 10:10:47 -07:00
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