#version 330 core in vec4 fColor; in vec2 fPoint; in float fRadius; out vec4 fragColor; void main() { fragColor = fColor; }