1vec4 v_color0    : COLOR0    = vec4(1.0, 0.0, 0.0, 1.0);
2
3vec3 a_position  : POSITION;
4vec4 a_color0    : COLOR0;
5