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.
1 parent cf45990 commit 0ca1e47Copy full SHA for 0ca1e47
tutorials/shaders/compute_shaders.rst
@@ -382,7 +382,7 @@ shaders.
382
.. seealso::
383
384
The demo projects repository contains a
385
- `Compute Shader Heightmap demo <https://github.com/godotengine/godot-demo-projects/tree/master/misc/compute_shader_heightmap>`__
+ `Compute Shader Heightmap demo <https://github.com/godotengine/godot-demo-projects/tree/master/compute/heightmap>`__
386
This project performs heightmap image generation on the CPU and
387
GPU separately, which lets you compare how a similar algorithm can be
388
implemented in two different ways (with the GPU implementation being faster
0 commit comments