Exemplo n.º 1
0
 public void Uniform(int location, int x)
 {
     MyGL.CheckError(() => GL.Uniform1(location, x));
 }