From 94cbed9471ee2263aac6ff8b10a27cd38964eb67 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 11 Jan 2024 10:50:14 +0100 Subject: Nvidia: use default p4 preset instead of p5, might fix frame issues --- include/egl.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include') diff --git a/include/egl.h b/include/egl.h index ea71b5a..d8fdf97 100644 --- a/include/egl.h +++ b/include/egl.h @@ -180,6 +180,8 @@ typedef struct { unsigned int (*glGetError)(void); const unsigned char* (*glGetString)(unsigned int name); + void (*glFlush)(void); + void (*glFinish)(void); void (*glClear)(unsigned int mask); void (*glClearColor)(float red, float green, float blue, float alpha); void (*glGenTextures)(int n, unsigned int *textures); -- cgit v1.2.3