diff options
Diffstat (limited to 'src/gallium/auxiliary/util/u_index_modify.h')
-rw-r--r-- | src/gallium/auxiliary/util/u_index_modify.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/util/u_index_modify.h b/src/gallium/auxiliary/util/u_index_modify.h index 0cfc189ede1..d009199b012 100644 --- a/src/gallium/auxiliary/util/u_index_modify.h +++ b/src/gallium/auxiliary/util/u_index_modify.h @@ -28,7 +28,7 @@ struct pipe_resource; struct pipe_index_buffer; void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context, - struct pipe_index_buffer *ib, + const struct pipe_index_buffer *ib, unsigned add_transfer_flags, int index_bias, unsigned start, @@ -36,14 +36,14 @@ void util_shorten_ubyte_elts_to_userptr(struct pipe_context *context, void *out); void util_rebuild_ushort_elts_to_userptr(struct pipe_context *context, - struct pipe_index_buffer *ib, + const struct pipe_index_buffer *ib, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, void *out); void util_rebuild_uint_elts_to_userptr(struct pipe_context *context, - struct pipe_index_buffer *ib, + const struct pipe_index_buffer *ib, unsigned add_transfer_flags, int index_bias, unsigned start, unsigned count, |