mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-07-27 08:57:11 +02:00
Dummy out gl queries with 0 draws, remove glFlush call (#1773)
This commit is contained in:
parent
fa8045c4d1
commit
9fa40d9171
6 changed files with 31 additions and 11 deletions
|
@ -46,7 +46,6 @@ namespace Ryujinx.Graphics.OpenGL.Queries
|
|||
|
||||
public unsafe void End()
|
||||
{
|
||||
GL.Flush();
|
||||
GL.EndQuery(_type);
|
||||
|
||||
GL.BindBuffer(BufferTarget.QueryBuffer, _buffer);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue