From 0b20a46e58d376d00b292b15826a6b0fb17fc00a Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 26 Sep 2024 02:36:31 +0200 Subject: Name capture/encoder variable self --- src/egl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/egl.c') 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) { -- cgit v1.2.3