mirror of
https://github.com/brl/mutter.git
synced 2025-03-14 07:15:03 +00:00

A simply wrapper around `CoglTexture`, making it easy to reuse content without roundtrip from GPU to CPU memory and back. It optionally takes a clip rectangle which is implemented by creating a `CoglSubTexture`. A limitation here is that floating point clips are not supported. Part-of: <https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1888>