1vec3 v_normal    : NORMAL    = vec3(0.0, 0.0, 1.0);
2
3vec3 a_position  : POSITION;
4vec3 a_normal    : NORMAL;
5