gala/vapi/cogl-fixes.vapi
2014-04-19 14:06:11 +02:00

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);
}