Function

Coglpixel_format_to_string

Declaration [src]

const char*
cogl_pixel_format_to_string (
  CoglPixelFormat format
)

Description [src]

Returns a string representation of format, useful for debugging purposes.

Parameters

format CoglPixelFormat
 

A CoglPixelFormat.

Return value

Returns: const char*
 

A string representation of format.

 The data is owned by the called function.
 The string is a NUL terminated UTF-8 string.