aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-01-11 10:50:14 +0100
committerdec05eba <dec05eba@protonmail.com>2024-01-11 10:50:14 +0100
commit94cbed9471ee2263aac6ff8b10a27cd38964eb67 (patch)
tree75e4d5db6d7e873f8c5deccb769dd505ebcc52ae /include
parent4c098a4f0397876110a950d99e9951c360fedca8 (diff)
Nvidia: use default p4 preset instead of p5, might fix frame issues
Diffstat (limited to 'include')
-rw-r--r--include/egl.h2
1 files changed, 2 insertions, 0 deletions
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);