cogl: Add 'framebuffer' debug topic

Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1514>
This commit is contained in:
Jonas Ådahl 2020-10-19 18:46:39 +02:00 committed by Robert Mader
parent d136c6510b
commit a6b0376a6c
2 changed files with 2 additions and 0 deletions

View File

@ -57,6 +57,7 @@ static const GDebugKey cogl_log_debug_keys[] = {
{ "opengl", COGL_DEBUG_OPENGL },
{ "pango", COGL_DEBUG_PANGO },
{ "show-source", COGL_DEBUG_SHOW_SOURCE},
{ "framebuffer", COGL_DEBUG_FRAMEBUFFER },
{ "offscreen", COGL_DEBUG_OFFSCREEN },
{ "texture-pixmap", COGL_DEBUG_TEXTURE_PIXMAP },
{ "bitmap", COGL_DEBUG_BITMAP },

View File

@ -42,6 +42,7 @@ G_BEGIN_DECLS
typedef enum
{
COGL_DEBUG_SLICING,
COGL_DEBUG_FRAMEBUFFER,
COGL_DEBUG_OFFSCREEN,
COGL_DEBUG_DRAW,
COGL_DEBUG_PANGO,