From e09fe389359285dc13abec51f1c61e67972f0235 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Wed, 25 Feb 2015 16:59:54 -0700 Subject: util: add debug_print_bind_flags() debug helper MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Reviewed-by: José Fonseca --- src/gallium/auxiliary/util/u_debug.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/gallium/auxiliary/util/u_debug.h') diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index 4c22fdfb6fa..5706eeb8c0c 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -467,6 +467,9 @@ void debug_dump_float_rgba_bmp(const char *filename, void debug_print_transfer_flags(const char *msg, unsigned usage); +void +debug_print_bind_flags(const char *msg, unsigned usage); + #ifdef __cplusplus } -- cgit v1.2.3