Function

Coglprogram_link

Declaration [src]

void
cogl_program_link (
  CoglHandle handle
)

Description [src]

Links a program making it ready for use. Note that calling this function is optional. If it is not called the program will automatically be linked the first time it is used.

Deprecated since:1.16

Use CoglSnippet api.

Parameters

handle CoglHandle
 

A CoglHandle for a shader program.