// Render the fragment with color(0.4,0.4,0.8) void main() { gl_FragColor = vec4(0.4,0.4,0.8,1.0); }