summaryrefslogtreecommitdiffstats
path: root/src/gallium/auxiliary/util/u_suballoc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/auxiliary/util/u_suballoc.h')
-rw-r--r--src/gallium/auxiliary/util/u_suballoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/util/u_suballoc.h b/src/gallium/auxiliary/util/u_suballoc.h
index 1f5550ffae3..5f9ccde7980 100644
--- a/src/gallium/auxiliary/util/u_suballoc.h
+++ b/src/gallium/auxiliary/util/u_suballoc.h
@@ -35,7 +35,8 @@ struct u_suballocator;
struct u_suballocator *
u_suballocator_create(struct pipe_context *pipe, unsigned size,
- unsigned alignment, unsigned bind, unsigned usage,
+ unsigned alignment, unsigned bind,
+ enum pipe_resource_usage usage,
boolean zero_buffer_memory);
void