diff options
author | Brian Paul <[email protected]> | 2016-05-25 17:13:56 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2016-05-26 17:44:18 -0600 |
commit | 21a3fb9cd838cdcbdf1be97453878abf74dd3f6f (patch) | |
tree | aa3f3f34e102e192cd22ea1ac42066953ac2005c /src/gallium/auxiliary/util/u_debug.h | |
parent | 45078e8890a6709390007d0fce8d6ed1be5ad5c0 (diff) |
util: s/unsigned/enum pipe_resource_usage/ for buffer usage variables
Reviewed-by: Marek Olšák <[email protected]>
Reviewed-by: Roland Scheidegger <[email protected]>
Diffstat (limited to 'src/gallium/auxiliary/util/u_debug.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_debug.h b/src/gallium/auxiliary/util/u_debug.h index 85d0cb64e6c..7da7f53da57 100644 --- a/src/gallium/auxiliary/util/u_debug.h +++ b/src/gallium/auxiliary/util/u_debug.h @@ -473,7 +473,7 @@ void debug_print_bind_flags(const char *msg, unsigned usage); void -debug_print_usage_enum(const char *msg, unsigned usage); +debug_print_usage_enum(const char *msg, enum pipe_resource_usage usage); #ifdef __cplusplus |