Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
ShenCiao committed Jan 27, 2024
2 parents 7ec89f5 + 5f113e1 commit 56ce945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Introduction/Introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ I will continuously update this tutorial series to teach you related techniques
Decent experience in one of the GPU graphics APIs like OpenGL and D3D is required.
If you were relatively new to computer graphics, you should at least have rendered your first 3D scene and practiced instanced rendering.

GPU apis have built-in line rendering functionalities.
GPU APIs have built-in line rendering functionalities.
It's totally fine if you never heard about `LINES`, `LINE_STRIP`, and `LINE_LOOP` GPU primitives.
We won't use the functionalities in this tutorial series.
If you're interested in learning about their drawbacks, you can check out mattdesl's article titled [Drawing Lines is Hard](https://mattdesl.svbtle.com/drawing-lines-is-hard).
Expand Down

0 comments on commit 56ce945

Please sign in to comment.