Indices

Indices

Functions

CoglIndices * cogl_indices_new ()
gboolean cogl_is_indices ()

Description

Functions

cogl_indices_new ()

CoglIndices *
cogl_indices_new (CoglContext *context,
                  CoglIndicesType type,
                  const void *indices_data,
                  int n_indices);

cogl_is_indices ()

gboolean
cogl_is_indices (void *object);

Gets whether the given object references a CoglIndices.

Parameters

object

A CoglObject pointer

 

Returns

TRUE if the object references a CoglIndices and FALSE otherwise.

Since 1.10

Stability Level: Unstable

Types and Values