Method
CoglContextget_renderer
since: 1.16
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
This method is not directly available to language bindings.