Method

CoglContextget_named_pipeline

Declaration [src]

CoglPipeline*
cogl_context_get_named_pipeline (
  CoglContext* context,
  CoglPipelineKey* key
)

Description

No description available.

Parameters

key CoglPipelineKey
 

A CoglPipelineKey pointer.

 The data is owned by the caller of the function.

Return value

Returns: CoglPipeline
 

The CoglPipeline associated with the given context and key, or NULL if no such CoglPipeline was found.

 The data is owned by the instance.