mirror of
https://github.com/elementary/gala.git
synced 2024-11-24 04:21:04 +03:00
7 lines
209 B
Vala
7 lines
209 B
Vala
namespace CoglFixes
|
|
{
|
|
[CCode (cname = "cogl_texture_get_data")]
|
|
public int texture_get_data (Cogl.Texture texture, Cogl.PixelFormat format, uint rowstride, [CCode (array_length = false)] uint8[] pixels);
|
|
}
|
|
|