diff options
Diffstat (limited to 'src/gallium/include')
-rw-r--r-- | src/gallium/include/pipe/p_state.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/include/pipe/p_state.h b/src/gallium/include/pipe/p_state.h index eacf9bbe68b..396f563bd79 100644 --- a/src/gallium/include/pipe/p_state.h +++ b/src/gallium/include/pipe/p_state.h @@ -617,7 +617,7 @@ struct pipe_draw_info { boolean indexed; /**< use index buffer */ - unsigned mode; /**< the mode of the primitive */ + enum pipe_prim_type mode; /**< the mode of the primitive */ unsigned start; /**< the index of the first vertex */ unsigned count; /**< number of vertices */ |