For each Vertex that we want to draw, the ___ Shader is used. So if we wanted to draw a triangle, it would be called ___ times.
For each Vertex that we want to draw, the ___ Shader is used. So if we wanted to draw a triangle, it would be called ___ times.
Vertex Shader
3 times, one for each Vertex.