diff options
Diffstat (limited to 'src/gallium/auxiliary/draw/draw_llvm.h')
-rw-r--r-- | src/gallium/auxiliary/draw/draw_llvm.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/gallium/auxiliary/draw/draw_llvm.h b/src/gallium/auxiliary/draw/draw_llvm.h index 2e465b2..ed97cf7 100644 --- a/src/gallium/auxiliary/draw/draw_llvm.h +++ b/src/gallium/auxiliary/draw/draw_llvm.h @@ -274,7 +274,8 @@ typedef int unsigned stride, struct pipe_vertex_buffer *vertex_buffers, unsigned instance_id, - unsigned vertex_id_offset); + unsigned vertex_id_offset, + unsigned start_instance); typedef int @@ -287,7 +288,8 @@ typedef int unsigned stride, struct pipe_vertex_buffer *vertex_buffers, unsigned instance_id, - unsigned vertex_id_offset); + unsigned vertex_id_offset, + unsigned start_instance); typedef int |