Skip to content

Commit 2eb816e

Browse files
authored
Remove reference to non-existing page (#100)
1 parent 1f37e4f commit 2eb816e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

basic-3d-rendering/hello-triangle.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ wgpuRenderPassEncoderDraw(renderPass, 3, 1, 0, 0);
4040
```
4141
````
4242
43-
What is a bit verbose is the configuration of the **render pipeline**, and the creation of **shaders**. Luckily, we already introduced a lot of key concepts in chapter [*Our first shader*](../getting-started/our-first-shader.md), the main new element here is the render pipeline
43+
What is a bit verbose is the configuration of the **render pipeline**, and the creation of **shaders**.
4444
4545
Render Pipeline
4646
---------------

0 commit comments

Comments
 (0)