aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authordec05eba <dec05eba@protonmail.com>2025-01-16 22:55:20 +0100
committerdec05eba <dec05eba@protonmail.com>2025-01-16 22:55:20 +0100
commitb68400ca20fa3e06070ef33afe7b303d466a7650 (patch)
treebe9c272bf20956bf14fc4cdb91665134113c5825 /include
parent4211dfa2f8649d724f4d08f382dba7ffc7af59f9 (diff)
Add -gl-debug option to make it easier to debug user issues that cant easily be reproducedHEADmaster
Diffstat (limited to 'include')
-rw-r--r--include/egl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/egl.h b/include/egl.h
index 41ad906..78c6836 100644
--- a/include/egl.h
+++ b/include/egl.h
@@ -277,7 +277,7 @@ struct gsr_egl {
unsigned char (*glUnmapBuffer)(unsigned int target);
};
-bool gsr_egl_load(gsr_egl *self, gsr_window *window, bool is_monitor_capture);
+bool gsr_egl_load(gsr_egl *self, gsr_window *window, bool is_monitor_capture, bool enable_debug);
void gsr_egl_unload(gsr_egl *self);
/* Does opengl swap with egl or glx, depending on which one is active */