layout(location = 3) in lowp vec4 color; out lowp vec4 fragmentColor; void main() { fragmentColor = vec4 (1.0, 0.0, 0.0, 1.0); }