Function

Coglis_program

deprecated: 1.16 since: 13

Declaration [src]

gboolean
cogl_is_program (
  CoglHandle handle
)

Description [src]

Gets whether the given handle references an existing program object.

Available since: 13

Deprecated since: 1.16

Use CoglSnippet api.

Parameters

handle

Type: CoglHandle

A CoglHandle.

Return value

Type: gboolean

TRUE if the handle references a program, FALSE otherwise.