mirror of
https://github.com/brl/mutter.git
synced 2025-01-27 03:49:03 +00:00
3d14fbc308
CoglIndices define a range of indices inside a CoglIndexArray. I.e. a CoglIndexArray is simply a buffer of N bytes and you can then instantiate multiple CoglIndices collections that define a sub-region of a CoglIndexArray by specifying a start offset and an index data type.