#version 410 layout(location = 0) out vec4 ocol; layout(location = 0) in vec4 vcol; void main() { ocol = vcol; }