mirror of
https://git.ryujinx.app/ryubing/ryujinx.git
synced 2025-08-06 02:08:28 +02:00
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