Skip to content

Commit 0ca1e47

Browse files
committed
Fix compute shader heightmap demo link in Using compute shaders
1 parent cf45990 commit 0ca1e47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/shaders/compute_shaders.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ shaders.
382382
.. seealso::
383383

384384
The demo projects repository contains a
385-
`Compute Shader Heightmap demo <https://github.com/godotengine/godot-demo-projects/tree/master/misc/compute_shader_heightmap>`__
385+
`Compute Shader Heightmap demo <https://github.com/godotengine/godot-demo-projects/tree/master/compute/heightmap>`__
386386
This project performs heightmap image generation on the CPU and
387387
GPU separately, which lets you compare how a similar algorithm can be
388388
implemented in two different ways (with the GPU implementation being faster

0 commit comments

Comments
 (0)