Browse Source

Merge pull request #3026 from vintprox/patch-1

Changed link to GPU intensive website.
Hugo Locurcio 5 years ago
parent
commit
2d265dbf66

+ 1 - 1
tutorials/shading/your_first_shader/your_first_canvasitem_shader.rst

@@ -217,4 +217,4 @@ At their core, shaders do what you have seen so far, they compute ``VERTEX`` and
 up to you to dream up more complex mathematical strategies for assigning values to those variables. 
 up to you to dream up more complex mathematical strategies for assigning values to those variables. 
 
 
 For inspiration, take a look at some of the more advanced shader tutorials, and look at other sites
 For inspiration, take a look at some of the more advanced shader tutorials, and look at other sites
-like `Shadertoy <https://www.shadertoy.com>`_ and `The Book of Shaders <https://thebookofshaders.com>`_. 
+like `Shadertoy <https://www.shadertoy.com/results?query=&sort=popular&from=10&num=4>`_ and `The Book of Shaders <https://thebookofshaders.com>`_.