Skip to content

v3dv: shader modules are deprecated with VK_KHR_maintenance5

Iago Toral requested to merge itoral/mesa:v3dv_shader_modules_maint5 into main

What does this MR do and why?

v3dv: shader modules are deprecated with VK_KHR_maintenance5

Instead, API users can pass the VkShaderModuleCreateInfo in the pNext chain of VkPipelineShaderStageCreateInfo.

Merge request reports