Closed Cherser-s closed 3 years ago
Added global VkRenderPass cache and removed VkRenderPass objects from the pipeline. Also added separate dirty flag specifically for render pass to reduce the amount of separate render passes between pipeline switches.
VkRenderPass
Closed due to the switch to VK_KHR_dynamic_rendering extension.
VK_KHR_dynamic_rendering
Added global
VkRenderPass
cache and removedVkRenderPass
objects from the pipeline. Also added separate dirty flag specifically for render pass to reduce the amount of separate render passes between pipeline switches.