Method
CoglBitmapget_buffer
Declaration [src]
CoglPixelBuffer*
cogl_bitmap_get_buffer (
CoglBitmap* bitmap
)
Return value
Type: CoglPixelBuffer
The CoglPixelBuffer
that this
buffer uses for storage.
The returned data is owned by the instance. |