Skip to content

Expose push and pop framebuffer in ClutterPaintContext

Georges Basile Stavracas Neto requested to merge gbsneto/expose-push-pop into master

When rendering on-stage, it might be necessary to push offscreen framebuffers to the paint context by external consumers, such as GNOME Shell effects.

Expose clutter_paint_context_push|pop_framebuffer().

!955 (merged)

Merge request reports