mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
2367e7d271
Previously indices were tightly bound to a particular Cogl vertex buffer but we would like to be able to share indices so now we have cogl_vertex_buffer_indices_new () which returns a CoglHandle. In particular we could like to have a shared set of indices for drawing lists of quads that can be shared between the pango renderer and the Cogl journal.