Function

Coglis_program

Declaration [src]

gboolean
cogl_is_program (
  CoglHandle handle
)

Description [src]

Gets whether the given handle references an existing program object.

Deprecated since:1.16

Use CoglSnippet api.

Parameters

handle CoglHandle
 

A CoglHandle.

Return value

Returns: gboolean
 

TRUE if the handle references a program, FALSE otherwise.