Skip to content

single-pixel-buffer-v1: use XRGB if opaque

If the color is fully opaque, use XRGB instead of ARGB to disable alpha blending. This allows the scene-graph to cull content behind the buffer as well.

Alternative to !3927 (merged)

Merge request reports