gallium: change pipe_draw_info::mode to be pipe_prim_type
Makes debugging with gdb a little nicer. Reviewed-by: Marek Olšák <marek.olsak@amd.com> Reviewed-by: Roland Scheidegger <sroland@vmware.com>
This commit is contained in:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user