Module webrender::frame_builder
source · Structs§
- A rendering-oriented representation of the frame built by the render backend and presented to the renderer.
- Produces the frames that are sent to the renderer.
- A set of common / global resources that are retained between new display lists, such that any GPU cache handles can be persisted even when a new display list arrives.
- Immutable context of a picture when processing children.
- Mutable state of a picture that gets modified when the children are processed.
Functions§
- Processes this pass to prepare it for rendering.