Пример #1
0
 public void PixelStore(GLPixelStoreParameter pname, int param)
 {
     try
     {
         this.BeginFunc();
         this._gl.PixelStore(pname, param);
     }
     finally
     {
         this.EndFunc();
     }
 }
Пример #2
0
Файл: GL.cs Проект: yongaru/uno
 public static void PixelStore(GLPixelStoreParameter pname, int param)
 {
     GL._gl.PixelStore(pname, param);
 }
Пример #3
0
Файл: GL.cs Проект: mortend/uno
 public void PixelStore(GLPixelStoreParameter pname, int param)
 {
     TKGL.PixelStore((PixelStoreParameter)pname, param);
 }
Пример #4
0
 public void PixelStore(GLPixelStoreParameter pname, int param)
 {
 }