mutter/doc/reference/cogl
Neil Roberts c9cafc798c cogl: Add a sub texture backend
This adds a new texture backend which represents a sub texture of a
larger texture. The texture is created with a reference to the full
texture and a set of coordinates describing the region. The backend
simply defers to the full texture for all operations and maps the
coordinates to the other range. You can also use coordinates outside
the range [0,1] to create a repeated version of the full texture.

A new public API function called cogl_texture_new_from_sub_texture is
available to create the sub texture.
2009-12-02 22:03:08 +00:00
..
blend-strings.xml [cogl-material] Support string based blending and layer combine descriptions 2009-05-28 02:43:28 +01:00
cogl-docs.xml.in docs: Add indices to the Cogl API reference 2009-11-19 14:30:01 +00:00
cogl-sections.txt cogl: Add a sub texture backend 2009-12-02 22:03:08 +00:00
Makefile.am docs: Fix Cogl API reference build 2009-11-19 13:56:42 +00:00