mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-20 13:50:11 +01:00
kk: Mark graphics descriptors' root dirty when dirtying graphics state
Signed-off-by: Aitor Camacho <aitor@lunarg.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38938>
This commit is contained in:
parent
9ef979b48b
commit
7b435be0d6
1 changed files with 1 additions and 0 deletions
|
|
@ -216,6 +216,7 @@ kk_cmd_buffer_dirty_all_gfx(struct kk_cmd_buffer *cmd)
|
|||
/* Ensure we flush all graphics state */
|
||||
vk_dynamic_graphics_state_dirty_all(&cmd->vk.dynamic_graphics_state);
|
||||
cmd->state.gfx.dirty = ~0u;
|
||||
cmd->state.gfx.descriptors.root_dirty = true;
|
||||
}
|
||||
|
||||
void kk_cmd_release_dynamic_ds_state(struct kk_cmd_buffer *cmd);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue