This makes the SSS processing more isolated to avoid side effects in other passes. Also this allow more optimization using LDS. The radiance buffer is created by a setup phase using direct and indirect lighting. Splitting this into its own compute pass also fixes a pass merging issue on Metal. Pull Request: https://projects.blender.org/blender/blender/pulls/112901