mirror of
https://github.com/godotengine/godot.git
synced 2024-12-21 10:25:24 +08:00
b69e422af9
The macro USE_LIGHT_SHADOW_COLOR actually was being defined when the shader used SHADOW (the output shadow color), not the shadow color set for the light so it's better named USE_OUTPUT_SHADOW_COLOR. In 3D there's not that difference but renaming as well for consistency. |
||
---|---|---|
.. | ||
blur.glsl | ||
canvas_shadow.glsl | ||
canvas.glsl | ||
copy.glsl | ||
material.glsl | ||
SCsub |