Module webrender::render_target
source ยท Structsยง
- Contains the work (in the form of instance arrays) needed to fill an alpha output surface (R8).
- Contains the work (in the form of instance arrays) needed to fill a color color output surface (RGBA8).
- A series of
RenderTarget
instances, serving as the high-level container into whichRenderTasks
are assigned.
Enumsยง
- A tag used to identify the output format of a
RenderTarget
.
Constantsยง
- NUM_PATTERNS ๐
- STYLE_MASK ๐
- STYLE_SOLID ๐
Traitsยง
- Represents a number of rendering operations on a surface.
Functionsยง
- add_blur_instances ๐
- Generates SVGFEFilterInstances from a single SVGFEFilterTask, this is what prepares vertex data for the shader, and adds it to the appropriate batch.
- build_mask_tasks ๐
- build_sub_pass ๐