From 0ca1e47f08f544a89fe9823a529ae95b2ab5db97 Mon Sep 17 00:00:00 2001 From: Hugo Locurcio Date: Mon, 4 Aug 2025 18:26:44 +0200 Subject: [PATCH] Fix compute shader heightmap demo link in Using compute shaders --- tutorials/shaders/compute_shaders.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/shaders/compute_shaders.rst b/tutorials/shaders/compute_shaders.rst index 3e5c9e0b1..b83bd6207 100644 --- a/tutorials/shaders/compute_shaders.rst +++ b/tutorials/shaders/compute_shaders.rst @@ -382,7 +382,7 @@ shaders. .. seealso:: The demo projects repository contains a - `Compute Shader Heightmap demo `__ + `Compute Shader Heightmap demo `__ This project performs heightmap image generation on the CPU and GPU separately, which lets you compare how a similar algorithm can be implemented in two different ways (with the GPU implementation being faster