Structs§
Functions§
- effective_
layer_ isolation - layer_
composite_ params - The composite alpha and blend mode an isolated layer contributes at its parent, for callers that never read the isolation’s render effect and would otherwise deep-clone it once per layer per frame.
- layer_
for_ content - layer_
requires_ isolation - local_
content_ layer - local_
content_ layer_ for local_content_layer(&layer_for_content(layer, isolation))without building either intermediate. The content layer differs fromlayeronly in the alpha the isolation moves to the composite step, and the local layer keeps just that alpha and the colour filter, so the two clones the composed form performs — oneGraphicsLayer, oneRenderEffect— are pure waste.