mirror of
https://github.com/brl/mutter.git
synced 2025-02-03 15:22:15 +00:00
Robert Bragg
070d90937b
cogl: Adds experimental CoglVertexAttribute API
A CoglVertexAttribute defines a single attribute contained in a CoglVertexArray. I.e. a CoglVertexArray is simply a buffer of N bytes intended for containing a collection of attributes (position, color, normals etc) and a CoglVertexAttribute defines one such attribute by specifying its start offset in the array, its type, the number of components and the stride etc.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%