patriciogonzalezvivo / thebookofshaders

Step-by-step guide through the abstract and complex universe of Fragment Shaders.
http://TheBookOfShaders.com
Other
5.96k stars 677 forks source link

Why no mention of vertex shader? #390

Closed RollsChris closed 1 year ago

RollsChris commented 1 year ago

Hey, why does everyone seem to concentrate on the fragment shader.. why no mention of the vertex shader?

Thanks

patriciogonzalezvivo commented 1 year ago

Vertex shaders are dependent on geometry, that's a bigger scope for a simple introduction to parallel architecture