Browse Source

Changled link to Shadertoy (mirror #3026)

#3026
There is known issue with heavy page load at www.shadertoy.com, which imposes GPU intensive shaders on main page: https://bugs.chromium.org/p/chromium/issues/detail?id=33620. It leads user's PC to go nuts even on second load.
Rodion Borisov 5 years ago
parent
commit
58af172899
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/shading/migrating_to_godot_shader_language.rst

+ 1 - 1
tutorials/shading/migrating_to_godot_shader_language.rst

@@ -123,7 +123,7 @@ more information, see the :ref:`Shading Language <doc_shading_language>` referen
 Shadertoy
 Shadertoy
 ---------
 ---------
 
 
-`Shadertoy <https://www.shadertoy.com>`_ is a website that makes it easy to write fragment shaders and
+`Shadertoy <https://www.shadertoy.com/results?query=&sort=popular&from=10&num=4>`_ is a website that makes it easy to write fragment shaders and
 create `pure magic <https://www.shadertoy.com/view/4tjGRh>`_.
 create `pure magic <https://www.shadertoy.com/view/4tjGRh>`_.
 
 
 Shadertoy does not give the user full control over the shader. It handles all
 Shadertoy does not give the user full control over the shader. It handles all