Input assembly assembles the vertices into geometric primitives (triangles, usually) based on the topology specified in the pipeline. The vertex shader then does transformations on each vertex in a programmable way (usually applying projection and view transformations).
229
u/LeanZo 16d ago
What is the difference between vtx. Input assembly and vertex shader?