Draw Vertex Attributes

Draw Vertex Attributes

Synopsis

void                cogl_draw_vertex_attributes         (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         ...);
void                cogl_draw_vertex_attributes_array   (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         CoglVertexAttribute **attributes);
void                cogl_draw_indexed_vertex_attributes (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         CoglIndices *indices,
                                                         ...);
void                cogl_draw_indexed_vertex_attributes_array
                                                        (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         CoglIndices *indices,
                                                         CoglVertexAttribute **attributes);

Description

Details

cogl_draw_vertex_attributes ()

void                cogl_draw_vertex_attributes         (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         ...);

cogl_draw_vertex_attributes_array ()

void                cogl_draw_vertex_attributes_array   (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         CoglVertexAttribute **attributes);

cogl_draw_indexed_vertex_attributes ()

void                cogl_draw_indexed_vertex_attributes (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         CoglIndices *indices,
                                                         ...);

cogl_draw_indexed_vertex_attributes_array ()

void                cogl_draw_indexed_vertex_attributes_array
                                                        (CoglVerticesMode mode,
                                                         int first_vertex,
                                                         int n_vertices,
                                                         CoglIndices *indices,
                                                         CoglVertexAttribute **attributes);