Skip to content
Snippets Groups Projects
Commit e8868aff authored by Józef Kucia's avatar Józef Kucia
Browse files

libs/vkd3d: Clear UAV counters dirty mask after updating descriptors.

parent 09658e3b
No related branches found
No related tags found
No related merge requests found
......@@ -1963,6 +1963,8 @@ static void d3d12_command_list_update_uav_counter_descriptors(struct d3d12_comma
VK_CALL(vkCmdBindDescriptorSets(list->vk_command_buffer, bind_point,
state->vk_pipeline_layout, state->set_index, 1, &vk_descriptor_set, 0, NULL));
bindings->uav_counter_dirty_mask = 0;
}
static void d3d12_command_list_update_descriptors(struct d3d12_command_list *list,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment