1 2 3 4
#version 450 layout(location = 0) in vec4 v_col; layout(location = 0) out vec4 o_col; void main() { o_col = v_col; }