#version 410 core out vec4 FragColor; //in GS_OUT {} fs_in; void main(){ FragColor = vec4(0.192f, 0.608f, 0.329f, 1.0f); }