#version 410 in vec4 fragColorV; out vec4 fragColor; void main (void) { fragColor = fragColorV; }