mirror of
https://github.com/brl/mutter.git
synced 2025-02-09 01:54:10 +00:00
![Neil Roberts](/assets/img/avatar_default.png)
Sometimes a subclass of ClutterOffscreenEffect wants to paint with a completely custom material. In that case it is awkward to modify the material returned owned by ClutterOffscreenEffect so it makes more sense to just get the texture and manage its own material. Reviewed-by: Emmanuele Bassi <ebassi@linux.intel.com>