39
39
#include <cogl/cogl-index-buffer.h>
48
47
* Indices allow you to avoid duplicating vertices in your vertex data
49
48
* by virtualizing your data and instead providing a sequence of index
50
49
* values that tell the GPU which data should be used for each vertex.
53
52
* through each vertex of your data in order it will instead walk
54
53
* through the indices which can provide random access to the