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. This will return the same CoglRenderer that was passed to cogl_display_new() or if NULL was passed to cogl_display_new() or cogl_context_new() then this function returns a pointer to the renderer that was automatically connected internally.

Stability:Unstable
Available since:1.16

Return value

Returns: CoglRenderer
 

The CoglRenderer associated with the given context.

 The data is owned by the instance.