예제 #1
0
 public void ColorMask(bool red, bool green, bool blue, bool alpha)
 {
     GL.ColorMask(red, green, blue, alpha);
 }