Dummy out gl queries with 0 draws, remove glFlush call (#1773)
This commit is contained in:
parent
2c39a4f15d
commit
c00d39b675
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