We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1dc6578 commit 582c24eCopy full SHA for 582c24e
libs/vkd3d/command.c
@@ -5310,6 +5310,9 @@ static void d3d12_command_list_fuse_attachment_clear(struct d3d12_command_list *
5310
list->dsv_plane_optimal_mask |= plane_write_mask;
5311
list->dsv_layout = dsv_plane_optimal_mask_to_layout(list->dsv_plane_optimal_mask, resource->format->vk_aspect_mask);
5312
5313
+ attachment->imageLayout = list->dsv_layout;
5314
+ stencil_attachment->imageLayout = list->dsv_layout;
5315
+
5316
/* We need to ensure that we transition to the same layout that the render pass transition
5317
* will use as a source layout when transitioning to dsv_layout.
5318
*
0 commit comments