KhronosGroup / Vulkan-Tutorial

Khronos version of the Vulkan Tutorial as parts of the Vulkan documentation project
Creative Commons Attribution Share Alike 4.0 International
34 stars 4 forks source link

Replace Renderpass with Dynamic Rendering or add Dynamic Rendering as an option #7

Open SaschaWillems opened 1 year ago

SaschaWillems commented 1 year ago

eplace usage of renderpasses with Dynamic Rendering, and create supplemental chapter which covers using renderpasses instead. Reason: Many usecases do not require the complexity renderpasses give.

Note: The vulkan-samples repo already has example code and sample description text which is a great starting point for this task.

Note: Copied from the old repo's project board