Skip to content

py,ui: only create one compositing group for ViewTransitionBlend

pippin requested to merge pippin/reduce_overhead_in_fade_transitions into main

ctx.start_group and ctx.end_group are expensive calls creating an off-screen 32bpp rendering texture, redirecting rendering to it, and rendering this result back to the screen.

Merge request reports