- Every vertex shader must assign a value to
gl_Position
gl_Position
is implicitly declared for you in GLSL
- Every graphics API has this concept
- the name of the output variable is just different
- We’re not really doing any transformations, but we will soon