Method

CoglPipelineget_user_program

Declaration [src]

CoglHandle
cogl_pipeline_get_user_program (
  CoglPipeline* pipeline
)

Description [src]

Queries what user program has been associated with the given pipeline using cogl_pipeline_set_user_program().

Stability:Unstable
Available since:2.0

Return value

Returns: CoglHandle
 

The current user program or NULL.