Skip to content

Commit

Permalink
stubbed out topics page
Browse files Browse the repository at this point in the history
  • Loading branch information
sotrh committed Sep 11, 2023
1 parent 0a083a9 commit 0bde203
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions docs/topics/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# Topics Covered

Here's a list of all the topics covered in this tutorial for people
who are looking for a specific thing!

## Basics

- [Render Pipelines](/beginner/tutorial3-pipeline)
- [Vertex Buffers](/beginner/tutorial4-buffer)
- [Texturing](/beginner/tutorial5-textures)
- [Uniforms](/beginner/tutorial6-uniforms)
- [Depth Buffer](/beginner/tutorial8-depth)

## Lighting

- [Blinn Phong](/intermediate/tutorial10-lighting)
- [Normal Mapping](/intermediate/tutorial11-normals)
- [High Dynamic Range (HDR)](/intermediate/tutorial13-hdr)

## Misc

- [Mipmapping](/todo)
- [Instancing](/beginner/tutorial7-instancing)
- [OBJ Loading](/beginner/tutorial9-models)

0 comments on commit 0bde203

Please sign in to comment.