draw: fix warning in sse code.
Not sure if this will actually fix the issue, but it fixes the warning.
This commit is contained in:
@@ -84,6 +84,7 @@ vs_sse_run_linear( struct draw_vertex_shader *base,
|
||||
const float (*input)[4],
|
||||
float (*output)[4],
|
||||
const void *constants[PIPE_MAX_CONSTANT_BUFFERS],
|
||||
const unsigned const_size[PIPE_MAX_CONSTANT_BUFFERS],
|
||||
unsigned count,
|
||||
unsigned input_stride,
|
||||
unsigned output_stride )
|
||||
|
||||
Reference in New Issue
Block a user