Ejemplo n.º 1
0
 public string CompileShaderAndGetError(int shader, string source)
 {
     return(Gl.CompileShaderAndGetError(shader, source));
 }