1 2 3 4 5
static const std::string FRAGMENT_SHADER_CODE = R"( void main() { gl_FragColor = gl_Color; } )";