Method

CoglBitmapunmap

Declaration [src]

void
cogl_bitmap_unmap (
  CoglBitmap* bitmap
)

Description [src]

Unmaps the bitmap’s underlying data that was previously mapped with cogl_bitmap_map().

Calling this is optional — bitmaps are automatically unmapped when disposed.