mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 15:44:10 +00:00
Robert Bragg
9498d505dd
cogl: Adds experimental CoglPrimitive API
A CoglPrimitive is a retainable object for drawing a single primitive, such as a triangle strip, fan or list. CoglPrimitives build on CoglVertexAttributes and CoglIndices which themselves build on CoglVertexArrays and CoglIndexArrays respectively. A CoglPrimitive encapsulates enough information such that it can be retained in a queue (e.g. the Cogl Journal, or renderlists in the future) and drawn at some later time.
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%