diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-22 10:17:30 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-22 10:17:30 +0000 |
commit | ca11beabae33eb59fb981b8adf50b1d47a2a98f0 (patch) | |
tree | 3e4691a396e6e54cd54224a190663d5cf976625b /lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h | |
parent | 27c8a50e8bbde7d28b1fc46d715a4c469e24f2c4 (diff) |
Import Mesa 21.1.5
Diffstat (limited to 'lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h')
-rw-r--r-- | lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h b/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h index 6e737ae5b..57b247eed 100644 --- a/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h +++ b/lib/mesa/src/gallium/auxiliary/draw/draw_vbuf.h @@ -100,6 +100,11 @@ struct vbuf_render { void (*set_primitive)( struct vbuf_render *, enum pipe_prim_type prim ); /** + * Notify the renderer of the current view index. + */ + void (*set_view_index)( struct vbuf_render *, unsigned view_index ); + + /** * Draw indexed primitives. Note that indices are ushort. The driver * must complete this call, if necessary splitting the index list itself. */ |