mirror of
https://github.com/brl/mutter.git
synced 2025-06-14 01:09:30 +00:00
Add a Cogl debug flag for BITMAP
CoglBitmap will soon want to report notes as it gets more complicated so this adds a debug flag for it.
This commit is contained in:
@ -52,7 +52,8 @@ typedef enum {
|
||||
COGL_DEBUG_DISABLE_GLSL = 1 << 21,
|
||||
COGL_DEBUG_SHOW_SOURCE = 1 << 22,
|
||||
COGL_DEBUG_DISABLE_BLENDING = 1 << 23,
|
||||
COGL_DEBUG_TEXTURE_PIXMAP = 1 << 24
|
||||
COGL_DEBUG_TEXTURE_PIXMAP = 1 << 24,
|
||||
COGL_DEBUG_BITMAP = 1 << 25
|
||||
} CoglDebugFlags;
|
||||
|
||||
#ifdef COGL_ENABLE_DEBUG
|
||||
|
Reference in New Issue
Block a user