Exemplo n.º 1
0
 public static void SetClearColor(GL gl10, LColor c)
 {
     GLUtils.SetColor(gl10, c.r, c.g, c.b, c.a);
 }