mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Robert Mader](/assets/img/avatar_default.png)
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>