Method

CoglContextget_renderer

Declaration [src]

CoglRenderer*
cogl_context_get_renderer (
  CoglContext* context
)

Description [src]

Retrieves the CoglRenderer that is internally associated with the given context.

Return value

Type: CoglRenderer

The CoglRenderer associated with the given context.

The returned data is owned by the instance.