mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 07:08:04 +02:00
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:
parent
a87cedbde0
commit
aef4500ca4
1 changed files with 1 additions and 0 deletions
|
|
@ -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 )
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue