Jelajahi Sumber

Remove outdated vertex attributes link

skyace65 3 tahun lalu
induk
melakukan
acba96655c
1 mengubah file dengan 2 tambahan dan 2 penghapusan
  1. 2 2
      tutorials/shaders/converting_glsl_to_godot_shaders.rst

+ 2 - 2
tutorials/shaders/converting_glsl_to_godot_shaders.rst

@@ -35,8 +35,8 @@ Vertex attributes
 In GLSL, you can pass in per-vertex information using attributes and have the
 flexibility to pass in as much or as little as you want. In Godot, you have a
 set number of input attributes, including ``VERTEX`` (position), ``COLOR``,
-``UV``, ``UV2``, ``NORMAL``. For a complete list, see the :ref:`Shading language
-reference <doc_shading_language>`.
+``UV``, ``UV2``, ``NORMAL``. Each shaders' page in the shader reference section
+of the documentation comes with a complete list of its vertex attributes.
 
 gl_Position
 ^^^^^^^^^^^