mirror of
https://github.com/brl/mutter.git
synced 2025-02-11 02:44:09 +00:00
Robert Bragg
6e620e94b6
cogl: Adds experimental CoglIndices API
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.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%