Skip to content

Commit

Permalink
no hangs
Browse files Browse the repository at this point in the history
Signed-off-by: Samuel Pitoiset <[email protected]>
  • Loading branch information
hakzsam committed Jun 24, 2024
1 parent 2ddeea3 commit 99b3404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/vkd3d/command.c
Original file line number Diff line number Diff line change
Expand Up @@ -13293,7 +13293,7 @@ static void d3d12_command_list_execute_indirect_state_template_dgc(
* If we had indirect barriers earlier in the frame, now might be a good time to split. */
d3d12_command_list_consider_new_sequence(list);
if (list->cmd.vk_command_buffer != list->cmd.vk_init_commands_post_indirect_barrier)
explicit_preprocess = true;
explicit_preprocess = false;//true;
}

if (suspend_predication)
Expand Down

0 comments on commit 99b3404

Please sign in to comment.