Function

Coglcreate_program

Declaration [src]

CoglHandle
cogl_create_program (
  void
)

Description [src]

Create a new cogl program object that can be used to replace parts of the GL rendering pipeline with custom code.

Deprecated since:1.16

Use CoglSnippet api.

Return value

Returns: CoglHandle
 

A new cogl program.