diff options
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_context.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h index 94fac880c68..c7a40a1b1a2 100644 --- a/src/gallium/auxiliary/draw/draw_context.h +++ b/src/gallium/auxiliary/draw/draw_context.h @@ -215,7 +215,8 @@ void draw_set_indexes(struct draw_context *draw, const void *elements, unsigned elem_size); void draw_set_mapped_vertex_buffer(struct draw_context *draw, - unsigned attr, const void *buffer); + unsigned attr, const void *buffer, + size_t size); void draw_set_mapped_constant_buffer(struct draw_context *draw, |