Vulkan: Refactor: Layout Policy #115793

Closed
Kazashi Yoshioka wants to merge 1 commits from (deleted):vk_refactor_imagelayout into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
1f6aa40873 Vulkan :Refactor :Layout Policy
Establish a policy on the layout of VkImage.
When the layout is not being processed,
it should always be this layout.
The good thing about this is that you don't have to change the layout during the binding of the resource.
Plus, there's no need to keep track of layouts. This PR is related to the streamlining of Renderpass.
The dummy attachment should be removed in a later PR.
2023-12-05 19:55:07 +09:00