#version 330 core // Ouput data layout(location = 0) out vec4 color; void main(){ color = vec4(1, 0, 0, 0); }