mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-06 11:38:05 +02:00
iris: actually save VBs
This commit is contained in:
parent
ed6ee3e270
commit
0252fb36e9
1 changed files with 1 additions and 0 deletions
|
|
@ -1163,6 +1163,7 @@ iris_set_vertex_buffers(struct pipe_context *ctx,
|
|||
vb_pack_dest += GENX(VERTEX_BUFFER_STATE_length);
|
||||
}
|
||||
|
||||
ice->state.cso_vertex_buffers = cso;
|
||||
ice->state.dirty |= IRIS_DIRTY_VERTEX_BUFFERS;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue