예제 #1
0
 public void BlendEquation(GLBlendEquation mode)
 {
     GL.BlendEquation((BlendEquationMode)mode);
 }