mutter/doc/reference/cogl
Robert Bragg 58b89eabdf [cogl-vertex-buffers] Support putting index arrays into VBOS
It's now possible to add arrays of indices to a Cogl vertex buffer and
they will be put into an OpenGL vertex buffer object. Since it's quite
common for index arrays to be static it saves the OpenGL driver from
having to validate them repeatedly.

This changes the cogl_vertex_buffer_draw_elements API: It's no longer
possible to provide a pointer to an index array at draw time. So
cogl_vertex_buffer_draw_elements now takes an indices identifier that
should correspond to an idendifier returned when calling
cogl_vertex_buffer_add_indices ()
2009-05-28 02:43:34 +01:00
..
blend-strings.xml [cogl-material] Support string based blending and layer combine descriptions 2009-05-28 02:43:28 +01:00
cogl-docs.xml [cogl-material] Support string based blending and layer combine descriptions 2009-05-28 02:43:28 +01:00
cogl-sections.txt [cogl-vertex-buffers] Support putting index arrays into VBOS 2009-05-28 02:43:34 +01:00
Makefile.am [cogl-material] Support string based blending and layer combine descriptions 2009-05-28 02:43:28 +01:00
version.xml.in 2008-07-30 Ross Burton <ross@openedhand.com> 2008-07-30 09:17:57 +00:00