pub fn prepare_shader_program( vertex_source: String, fragment_source: String, ) -> Result<GLuint, String>
Create program and link with shaders.