Dummy out gl queries with 0 draws, remove glFlush call (#1773)
This commit is contained in:
@ -46,7 +46,6 @@ namespace Ryujinx.Graphics.OpenGL.Queries
|
||||
|
||||
public unsafe void End()
|
||||
{
|
||||
GL.Flush();
|
||||
GL.EndQuery(_type);
|
||||
|
||||
GL.BindBuffer(BufferTarget.QueryBuffer, _buffer);
|
||||
|
Reference in New Issue
Block a user