aboutsummaryrefslogtreecommitdiff
path: root/src/egl.c
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2024-09-26 02:36:31 +0200
committerdec05eba <dec05eba@protonmail.com>2024-09-26 02:36:31 +0200
commit0b20a46e58d376d00b292b15826a6b0fb17fc00a (patch)
tree7b3293465fbd947d90f02f89495e8554641688ec /src/egl.c
parentaa2fa1e17e1f2e6f2d31347e3f4ed2bff3806ed5 (diff)
Name capture/encoder variable self
Diffstat (limited to 'src/egl.c')
-rw-r--r--src/egl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/egl.c b/src/egl.c
index b28769d..4afb810 100644
--- a/src/egl.c
+++ b/src/egl.c
@@ -709,7 +709,7 @@ bool gsr_egl_process_event(gsr_egl *self) {
void gsr_egl_swap_buffers(gsr_egl *self) {
/* This uses less cpu than swap buffer on nvidia */
- // TODO:
+ // TODO: Do these and remove swap
//self->glFlush();
//self->glFinish();
if(self->egl_display) {