Преглед изворни кода

reflect that SHADOW_COLOR is implemented

clayjohn пре 6 година
родитељ
комит
79b5ad9d5b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      tutorials/shading/shading_reference/canvas_item_shader.rst

+ 1 - 1
tutorials/shading/shading_reference/canvas_item_shader.rst

@@ -222,7 +222,7 @@ When the shader is on a light pass, the ``AT_LIGHT_PASS`` variable will be ``tru
 +-------------------------------------+-------------------------------------------------------------------------------+
 | in vec2 **LIGHT_UV**                | UV for Light texture.                                                         |
 +-------------------------------------+-------------------------------------------------------------------------------+
-| out vec4 **SHADOW_COLOR**           | Shadow Color of Light. **(not yet implemented)**                              |
+| out vec4 **SHADOW_COLOR**           | Shadow Color of Light.                                                        |
 +-------------------------------------+-------------------------------------------------------------------------------+
 | inout vec4 **LIGHT**                | Value from the Light texture and output color. Can be modified. If not used,  |
 |                                     | the light function is ignored.                                                |