From b68400ca20fa3e06070ef33afe7b303d466a7650 Mon Sep 17 00:00:00 2001 From: dec05eba Date: Thu, 16 Jan 2025 22:55:20 +0100 Subject: Add -gl-debug option to make it easier to debug user issues that cant easily be reproduced --- include/egl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/egl.h') 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 */ -- cgit v1.2.3