Blender Git Commit Log
Git Commits -> Revision 40d579b
Revision 40d579b by Clément Foucault (master) March 13, 2021, 19:59 (GMT) |
Cleanup: EEVEE: Split effect_ssr.glsl This split is to make code easier to manage and rename the files to `effect_reflection_*` to avoid confusion. Also this cleans up a bit of the branching mess in the trace shader. |
Commit Details:
Full Hash: 40d579b69f2f0acdf2695fe23a315212ebffae13
Parent Commit: 6a7f6f2
Lines Changed: +406, -406
3 Added Paths:
/source/blender/draw/engines/eevee/shaders/effect_reflection_lib.glsl (+48, -0) (View)
/source/blender/draw/engines/eevee/shaders/effect_reflection_resolve_frag.glsl (+212, -0) (View)
/source/blender/draw/engines/eevee/shaders/effect_reflection_trace_frag.glsl (+131, -0) (View)
/source/blender/draw/engines/eevee/shaders/effect_reflection_resolve_frag.glsl (+212, -0) (View)
/source/blender/draw/engines/eevee/shaders/effect_reflection_trace_frag.glsl (+131, -0) (View)
1 Deleted Path:
/source/blender/draw/engines/eevee/shaders/effect_ssr_frag.glsl (+0, -402)