pub fn compile_shader( shader_type: GLenum, source: &str) -> Result<GLuint, String>
Compiles a shader.
Returns a shader or a message with the error.