Function
Coglcreate_program
deprecated: 1.16 since: 13
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.
Available since: 13
Deprecated since: 1.16
Use CoglSnippet
api.
Return value
Type: CoglHandle
A new cogl program.