#version 460 in vec4 vcolor; layout(location = 0) out vec4 color; void main() { color = vcolor; }