out vec4 first; out vec3 second; void main() { first = vec4(1.0, 0.3, 0.5, 0.1); second = vec3(0.5, 0.7, 0.4); }