(Aside) What’s Going on Behind the Scenes
Anatomy of
gl.drawArrays()
Issues sequential vertices
we’ll see more on this in the Geometry section
for (int i = 0; i < count; ++i) { gl_VertexID = i; vertexShader(); }