std::string simpleFragmentShader = R"( uniform vec4 colour; void main() { gl_FragColor = colour; } )";