diff options
Diffstat (limited to 'src/mesa/main/debug.h')
-rw-r--r-- | src/mesa/main/debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/main/debug.h b/src/mesa/main/debug.h index bb384c4324..2a7de9c6b6 100644 --- a/src/mesa/main/debug.h +++ b/src/mesa/main/debug.h @@ -61,6 +61,9 @@ extern void _mesa_dump_textures(GLboolean dumpImages); extern void +_mesa_dump_renderbuffers(GLboolean dumpImages); + +extern void _mesa_dump_color_buffer(const char *filename); extern void |