We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de475c8 + bf16102 commit 4442292Copy full SHA for 4442292
tutorials/shaders/your_first_shader/your_first_2d_shader.rst
@@ -93,7 +93,7 @@ every pixel.
93
94
We do so by writing a ``vec4`` to the built-in variable ``COLOR``. ``vec4`` is
95
shorthand for constructing a vector with 4 numbers. For more information about
96
-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
97
an input variable to the fragment function and the final output from it.
98
99
.. code-block:: glsl
0 commit comments