Method

CoglFramebufferget_context

Declaration [src]

CoglContext*
cogl_framebuffer_get_context (
  CoglFramebuffer* framebuffer
)

Description [src]

Can be used to query the CoglContext a given framebuffer was instantiated within. This is the CoglContext that was passed to cogl_onscreen_new() for example.

Stability:Unstable
Available since:1.8

Return value

Returns: CoglContext
 

The CoglContext that the given framebuffer was instantiated within.

 The data is owned by the instance.