gala/vapi/cogl-fixes.vapi

7 lines
209 B
Vala
Raw Normal View History

namespace CoglFixes
{
[CCode (cname = "cogl_texture_get_data")]
2014-04-19 16:06:11 +04:00
public int texture_get_data (Cogl.Texture texture, Cogl.PixelFormat format, uint rowstride, [CCode (array_length = false)] uint8[] pixels);
}