Module webrender::render_task
source · Structs§
Enums§
- Since we only use it within a single primitive, the key only needs to contain the down-scaling level and the blur std deviation.
- Identifies the output buffer location for a given
RenderTask
. - A render task location that targets a persistent output buffer which will be retained over multiple frames.
Constants§
Functions§
Type Aliases§
- In order to avoid duplicating the down-scaling and blur passes when a picture has several blurs, we use a local (primitive-level) cache of the render tasks generated for a single shadowed primitive in a single frame.