Selaa lähdekoodia

Remove references for the now removed "Constants" section in the shader migration page

Michael Alexsander 5 vuotta sitten
vanhempi
commit
cfc0465760
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      tutorials/shading/migrating_to_godot_shader_language.rst

+ 2 - 2
tutorials/shading/migrating_to_godot_shader_language.rst

@@ -127,7 +127,7 @@ Types
 ^^^^^
 ^^^^^
 
 
 Shadertoy uses the webgl spec, so it runs a slightly different version of GLSL. However, it still
 Shadertoy uses the webgl spec, so it runs a slightly different version of GLSL. However, it still
-has the regular types, including `Constants`_ and macros.
+has the regular types, including constants and macros.
 
 
 mainImage
 mainImage
 ^^^^^^^^^
 ^^^^^^^^^
@@ -194,7 +194,7 @@ Types
 ^^^^^
 ^^^^^
 
 
 The Book of Shaders uses the webgl spec, so it runs a slightly different version of GLSL. However, it still
 The Book of Shaders uses the webgl spec, so it runs a slightly different version of GLSL. However, it still
-has the regular types, including `Constants`_ and macros.
+has the regular types, including constants and macros.
 
 
 Main
 Main
 ^^^^
 ^^^^