mirror of
https://github.com/brl/mutter.git
synced 2025-02-02 23:03:00 +00:00
be826ed4e7
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.