summaryrefslogtreecommitdiff
path: root/cogl/cogl-debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'cogl/cogl-debug.h')
-rw-r--r--cogl/cogl-debug.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/cogl/cogl-debug.h b/cogl/cogl-debug.h
index 4c49d738..1a06bf73 100644
--- a/cogl/cogl-debug.h
+++ b/cogl/cogl-debug.h
@@ -59,7 +59,8 @@ typedef enum {
COGL_DEBUG_BITMAP = 1 << 26,
COGL_DEBUG_DISABLE_NPOT_TEXTURES = 1 << 27,
COGL_DEBUG_WIREFRAME = 1 << 28,
- COGL_DEBUG_DISABLE_SOFTWARE_CLIP = 1 << 29
+ COGL_DEBUG_DISABLE_SOFTWARE_CLIP = 1 << 29,
+ COGL_DEBUG_DISABLE_PROGRAM_CACHES = 1 << 30
} CoglDebugFlags;
#ifdef COGL_ENABLE_DEBUG