mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-07 02:12:07 +03:00
Merge pull request #7496 from Skyvastern/patch-2
This commit is contained in:
committed by
Max Hilbrunner
parent
6e1c4c2014
commit
b4c5fee105
@@ -93,7 +93,7 @@ every pixel.
|
||||
|
||||
We do so by writing a ``vec4`` to the built-in variable ``COLOR``. ``vec4`` is
|
||||
shorthand for constructing a vector with 4 numbers. For more information about
|
||||
vectors see the :ref:`Vector math tutorial <doc_vector_math>` ``COLOR`` is both
|
||||
vectors see the :ref:`Vector math tutorial <doc_vector_math>`. ``COLOR`` is both
|
||||
an input variable to the fragment function and the final output from it.
|
||||
|
||||
.. code-block:: glsl
|
||||
|
||||
Reference in New Issue
Block a user