Example #1
0
 public void Clear(GLClearBufferMask mask)
 {
     try
     {
         this.BeginFunc();
         this._gl.Clear(mask);
     }
     finally
     {
         this.EndFunc();
     }
 }
Example #2
0
File: GL.cs Project: yongaru/uno
 public static void Clear(GLClearBufferMask mask)
 {
     GL._gl.Clear(mask);
 }
Example #3
0
File: GL.cs Project: mortend/uno
 public void Clear(GLClearBufferMask mask)
 {
     TKGL.Clear((ClearBufferMask)mask);
 }
Example #4
0
 public void Clear(GLClearBufferMask mask)
 {
 }