diff options
author | Brian Paul <[email protected]> | 2015-02-25 16:59:54 -0700 |
---|---|---|
committer | Brian Paul <[email protected]> | 2015-02-26 08:38:38 -0700 |
commit | e09fe389359285dc13abec51f1c61e67972f0235 (patch) | |
tree | 26fd4a26905df29d2f6806663b08aeb4f487b4bb /src/gallium/auxiliary/util/u_debug.h | |
parent | 2069f2c7fa9d3178d59da4f7e407a598f388477b (diff) |
util: add debug_print_bind_flags() debug helper
Reviewed-by: José Fonseca <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.h | 3 |
1 files changed, 3 insertions, 0 deletions
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 } |