summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/util/u_vbuf_mgr.h
diff options
context:
space:
mode:
authorMarek Olšák <maraeo@gmail.com>2011-02-08 15:20:11 +0100
committerMarek Olšák <maraeo@gmail.com>2011-02-08 15:20:11 +0100
commit1ee71bdc8a8471357cee6a1cf2fbaac6a70bb86c (patch)
treee8175d89d846ae2f7e9f7ed2831a3da72d99e3a8 /src/gallium/auxiliary/util/u_vbuf_mgr.h
parent7628c4ecb6e87dbe900d1d68feca33626c8fbfc0 (diff)
u_vbuf_mgr: add a way to specify the BIND flag for the upload buffer
Diffstat (limited to 'src/gallium/auxiliary/util/u_vbuf_mgr.h')
-rw-r--r--src/gallium/auxiliary/util/u_vbuf_mgr.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/util/u_vbuf_mgr.h b/src/gallium/auxiliary/util/u_vbuf_mgr.h
index 068459af4c..8b241854c8 100644
--- a/src/gallium/auxiliary/util/u_vbuf_mgr.h
+++ b/src/gallium/auxiliary/util/u_vbuf_mgr.h
@@ -83,6 +83,7 @@ struct u_vbuf_mgr *
u_vbuf_mgr_create(struct pipe_context *pipe,
unsigned upload_buffer_size,
unsigned upload_buffer_alignment,
+ unsigned upload_buffer_bind,
enum u_fetch_alignment fetch_alignment);
void u_vbuf_mgr_destroy(struct u_vbuf_mgr *mgr);