vertexPos
vec4 clrwl_vertexPos;
Section titled “vec4 clrwl_vertexPos;”Sent to fragment: YES
Remaps: gl_Vertex
The vertex position attribute, equivalent to Iris’ gl_Vertex
. The position is in Flywheel space, gl_ModelViewMatrix
must be used to convert it to the view space.