1 2 3 4 5 6 7 8 9 10
#version 330 core in vec4 fColor; in vec2 fPoint; in float fRadius; out vec4 fragColor; void main() { fragColor = fColor; }