Constructor
CoglIndicesnew
Declaration [src]
CoglIndices*
cogl_indices_new (
  CoglContext* context,
  CoglIndicesType type,
  void* indices_data,
  int n_indices
)
Parameters
- context
- 
            Type: CoglContextNo description available. The data is owned by the caller of the function. 
- type
- 
            Type: CoglIndicesTypeNo description available. 
- indices_data
- 
            Type: void*No description available. The argument can be NULL.The data is owned by the caller of the function. 
- n_indices
- 
            Type: intNo description available. 
Return value
Type: CoglIndices
No description available.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |