mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-07 02:48:06 +02:00
nvfx: Fix typo.
This commit is contained in:
parent
373f03efe7
commit
a55ead9d01
1 changed files with 1 additions and 1 deletions
|
|
@ -258,7 +258,7 @@ nvfx_draw_elements_swtnl(struct pipe_context *pipe,
|
|||
map = pipe_buffer_map(pipe, idxbuf,
|
||||
PIPE_TRANSFER_READ,
|
||||
&ib_transfer);
|
||||
draw_set_mapped_element_buffer(nvfx->draw, idxbuf_size, idx_bufbias, map);
|
||||
draw_set_mapped_element_buffer(nvfx->draw, idxbuf_size, idxbuf_bias, map);
|
||||
} else {
|
||||
draw_set_mapped_element_buffer(nvfx->draw, 0, 0, NULL);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue