diff options
author | dec05eba <dec05eba@protonmail.com> | 2025-01-16 22:55:20 +0100 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2025-01-16 22:55:20 +0100 |
commit | b68400ca20fa3e06070ef33afe7b303d466a7650 (patch) | |
tree | be9c272bf20956bf14fc4cdb91665134113c5825 /include/egl.h | |
parent | 4211dfa2f8649d724f4d08f382dba7ffc7af59f9 (diff) |
Add -gl-debug option to make it easier to debug user issues that cant easily be reproducedHEADmaster
Diffstat (limited to 'include/egl.h')
-rw-r--r-- | include/egl.h | 2 |
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 */ |