Exemplo n.º 1
0
 public static void ReadPixels(int x, int y, int width, int height, UInt32 glFormat, UInt32 glType, IntPtr pixels)
 {
     UnsafeNativeMethods.GlReadPixels(x, y, width, height, glFormat, glType, pixels);
 }