public static extern IntPtr cogl_texture_new_from_data(uint width, uint height, Cogl.TextureFlags flags, Cogl.PixelFormat format, Cogl.PixelFormat internal_format, uint rowstride, IntPtr data);
Exemple #2
0
 public static extern IntPtr cogl_texture_new_with_size(uint width, uint height, Cogl.TextureFlags flags, Cogl.PixelFormat internal_format);